- Include CSS in the HTML from Day 1
- CSS variables for colors in
:root - Reset:
* { box-sizing: border-box; margin: 0; } - Typography: one font for text, another for headings
- Links: remove underline,
:hover— change color - Skill cards with
border,border-radius,padding
Criteria:
- No inline styles in HTML
- All text sizes in
rem - Page is readable at 320px width