UI Deploy

Curated, Short, Web UI Dev we Love.

Viewport vs Percentage Units

In my article about CSS font sizes, I wrote about the (relatively) new viewport units. These units - vw, vh, vmin, and vmax - are based on the size of the browser viewport. Because their actual size changes depending on the viewport size, this makes them great units for responsive design.

view source

Advertisement