Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.65 KB

File metadata and controls

11 lines (7 loc) · 1.65 KB

Fluid Typography medium #css #typography

by Pawan Kumar @jsartisan

Take the Challenge

Design a heading with a fuild font size.

Requirements

  • When the viewport width is less than the given --minVw, set the font size to 16px.
  • If the viewport width exceeds the given --maxVw, set the font size to 32px.
  • For viewport widths between--minVw and --maxVw, linearly scale the font size.

Back Share your Solutions Check out Solutions