Skip to main content

Practice ยท 3 of 3

Override Just One Heading

Three h2 headings share a style: h2 { color: seagreen; } โ€” already written for you. The heading with id featured must instead be crimson, and your override must beat the element selector. Rules: - Keep the given rule untouched. - Add one rule that wins over h2 for #featured.

Difficulty: beginner

Back to lesson: Practice: Selectors Under Command