Return to the example site

CSS ✨

This is what makes websites pretty.

Typically css classes are applied to <div> tags. You can put as many div tags as you want and they'll be grouped.
Think of a div tag as a box. Divs make it easy to add css classes.

Here's an example of a CSS class has it all. Find it in the styles.css file!

This is the world's most overstyled CSS element!
You can put a div inside of another div and style it different
CSS classes can "stack"