You can create each of these things in pure CSS - a collection of tricks
The article discusses the creation of interactive elements on a webpage without the use of JavaScript. The author, Adrian B, explains various techniques that allow for achieving visual effects and interactions using only CSS and HTML. Examples include animations and the use of pseudo-classes, making the website more responsive and visually appealing. The tips provided in the article can be beneficial for beginner developers who want to understand the importance of using CSS in web design. This topic is also relevant because it shows that a lot can be accomplished without burdening the page with additional scripts, which speeds up loading times and enhances user experience. The article serves as a valuable resource for anyone looking to enhance their front-end skills and learn about modern techniques in web development.