Problem: Fluid Paragraph Text
Try to implement fluid typography for a paragraph (<p>) element so that its font size scales between a set minimum and maximum based on the viewport width.
We'll cover the following...
We'll cover the following...
Problem description
Given a paragraph element (<p>
), write CSS rules that enable its font size to adjust fluidly between 14px and 20px as the viewport width changes, ...