Chapter 9. Adding Interaction and Dynamic Content
Ifindthis part of building a website to be the most fun and enjoyable. Adding interaction and dynamic content will bring life to our website and add a personal touch to it.
In this chapter, we will:Â
- Start by learning the basics of pseudo-class in CSS, with a few examples of hover and active states
- Learn how to create a CSS animation from scratch
- Add some dynamic content by connecting to an API and importing some content to display on our website
Let's get started!Â