wk 5 - CSS Selectors Quest - Tribute Page Prep
Completing this assignment with AI is an automatic failure and does not help you learn.
You will practice selecting HTML elements with:
- type selectors: `h1`, `h2`, `section`, `header`, `main`
- class selectors: `.bio`, `.timeline`
- descendant selectors: `.bio p`, `.timeline li`, `figure img`, `blockquote cite`
- pseudo-classes: `a:link`, `a:visited`, `a:hover`, `a:active`, `a:focus`
- semantic HTML elements: `figure`, `figcaption`, `blockquote`, `cite`
You will also practice typography, responsive images, links, lists, pull quotes, and the CSS box model.
Submit the URL of your forked CodePen.