...

/

Problem: Fluid Paragraph Text

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.

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, ...