Practice ยท 2 of 3
Flex the Navbar
Turn the boilerplate's nav into a flex navbar:
- .nav becomes a flex container with space-between (brand left, links right) and vertically centered items.
- .nav ul also becomes flex, with a 1rem gap between links and no list bullets.
- Style links without underline on .nav a (in a nav, color+weight carry the affordance) โ and set color explicitly.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Flexbox โ Practice