[Solved] What is vw, vh, vmin, vmax [duplicate]


vw = viewport width = the width of the browser

vh = viewport height

if you set the height of a div to 100vh it will be the height of the browser window.

0

solved What is vw, vh, vmin, vmax [duplicate]