UI Deploy

Curated, Short, Web UI Dev we Love.

Viewport-Relative Headings with Sass

Viewport-relative units (vw, vh, vmin, vmax) are a new set of dynamic CSS units for sizing elements. They’re called “viewport-relative” because they eliminate dependency on parent elements and allow sizing based on the viewport size. This makes them a handy unit for defining font sizes and building fluid layouts.

view source

Advertisement