...

/

Problem: Fluid Heading Resize

Problem: Fluid Heading Resize

Try to create a heading element whose font size scales fluidly between a minimum and maximum size based on the viewport width.

Problem description

Given a heading element (e.g., <h1>), implement CSS rules so that its font size is fluid, scaling smoothly between a defined minimum and maximum font size as the ...