Skip to main content

Practice ยท 2 of 2

Selector Scavenger Hunt

The boilerplate has a small page. Without touching the HTML, write CSS that: - Sets color on every <h2> (element selector). - Sets a background-color on elements of class card. - Sets color on links *only inside* the nav (descendant selector). - Sets font-family on the single element with id tagline.

Difficulty: beginner

Back to lesson: Practice: Selectors, Classes & the Cascade โ€” Practice