What is CSS?

We introduced CSS in the HTML Crash Course.

To recap, CSS stands for Cascading Style Sheets. It’s used to change colors, fonts, and layouts on a web page.

Here’s an example of CSS code that changes the color and font size of a paragraph element:

See the Pen HTML Crash Course 2 by Simple Dev (@simpledevio) on CodePen.

Complete and Continue