Estimated Time: 1 hour

<aside> 💡 Welcome to CodeLab's article on CSS. Here, you'll learn the basics of how HTML and CSS are two languages that serve as the base layer for all web development.

As always, you can follow along with the source code here.

</aside>

Prerequisites

Overview

What is CSS?

CSS, or Cascading Style Sheets, is the language that styles your webpage.

It's what makes your page look dynamic, provides colors, different fonts, etc. You are applying what you write in your CSS code to your HTML code to make it look prettier. So when you see different text fonts, images with curved borders, or anything similar, it's powered by CSS.

Programming with HTML and CSS

Creating and Using a CSS File

https://www.youtube.com/watch?v=7E_bH6mJgzI

Key Takeaways:

The Many CSS Commands and Media Queries

https://www.youtube.com/watch?v=v5ho12-Z5N0

Key Takeaways: