In the last lesson, we looked at how HTML is used to structure a web page. The next step is all about making that structure look good, which is what CSS is for. Over the next few lessons, we’ll be focusing on some foundational CSS concepts—stuff that everyone should know, whether you’re new to it or just need a quick refresher.
By completing this project, the following skills will have been demonstrated:
- Adding styles to HTML using CSS
- Understanding and utilizing the class and ID attributes for styling
- Applying styles to specific elements by using the appropriate CSS selectors
You can visit my previous lesson output here: Odin Recipes.
You can freely visit the repository of my previous lesson output here: Odin Recipes Repo