...

/

Problem: Fluid Paragraph Line-Height

Problem: Fluid Paragraph Line-Height

Try to implement fluid line-height for paragraph text that scales smoothly between minimum and maximum values based on viewport width.

Problem description

Given a paragraph element (<p>), write CSS rules to:

  1. Define CSS custom properties --min-line-height (2) and --max-line-height (3.2). ...