Practice · 2 of 3
Style Only the Links in the Nav
The page has links everywhere, but only the ones inside nav should look like nav links. Write ONE rule using a descendant selector: links inside nav get color: teal and text-decoration: none. Links elsewhere must not be affected by your rule.
Rules:
- Exactly one rule.
- Descendant selector: nav a.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Selectors Under Command