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.
We'll cover the following...
We'll cover the following...
Problem description
Given a paragraph element (<p>
), write CSS rules to:
Define CSS custom properties
--min-line-height
(2
) and--max-line-height
(3.2
). ...