The viewport units `vh`, `vw`, `vmin` and `vmax` are units of measurement relative to the browser viewport size, introduced in CSS3.
The viewport-percentage lengths, or viewport units, are units of measurement introduced in CSS3. Their length is relative to the viewport.
The units are:
vw
: 1% of viewport widthvh
: 1% of viewport heightvmin
: 1vw or 1vh, whichever is smallestvmax
: 1vw or 1vh, whichever is largest