Selectors
P { color: red }
- Makes all Ps (paragraphs) red
H1 EM { text-decoration: underline }
- Underlines EM elements that are inside H1
P:before { content: "--- " }
- Generated content just before every P
* { color: inherit }
- All elements same color as parent