...

/

Problem: Fluid Caption Text

Problem: Fluid Caption Text

Try to use CSS to make a <figcaption>’s font size scale fluidly between 12px and 18px based on the viewport width.

Problem description

Given a <figure> with a child <figcaption>, write CSS rules that allow the caption text to adjust fluidly between 12px and 18px as the ...