...

/

Solution: Fluid Paragraph Text

Solution: Fluid Paragraph Text

Let’s 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 ...