h1 {
color: teal;
font-size: 2rem;
margin-bottom: 1rem;
}- 'Cascading' — multiple rules can apply to the same element; specificity + order decide which wins
- Separates presentation from HTML structure
- Can be inline, internal (<style>) or external (linked .css file)