2 artifacts
Tap to collapse details
Start with the fundamentals using MDN's Getting started with CSS.
Intro paragraph.
styles.css
h1 { color: blue; font-size: 2em; } .intro { font-style: italic; }
:hover
❌ Forgetting semicolons after properties
→Always end each property value with a semicolon
❌ Not linking CSS file correctly
→Use <link rel="stylesheet" href="styles.css"> in <head>
Tap to expand details
Spin up a personalized “learn CSS” plan you can save, check off, and return to anytime — unlimited on the free trial.
freeCodeCamp
The Odin Project
by Jon Duckett
Official reference, tutorials, and guides
Practical guides, effects, and best practices
Online HTML/CSS/JS editor with live preview
Try CSS code instantly with examples