Problem: Fluid Navigation Link Text
Try to make the navigation link text scale fluidly between 14px and 22px based on the viewport width.
We'll cover the following...
We'll cover the following...
Problem description
Given a navigation menu (<nav>
with <ul><li><a>
), write CSS rules that enable the link text font size to adjust fluidly between 14px and 22px ...