anyone, please describe me about vw, vh, vmin, vmax. I found a tutorial for making a 100% height hero area. I found a CSS code, here i see they use height: 100vh; What is it ? &
Solution 1:
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.
Post a Comment for "What Is Vw, Vh, Vmin, Vmax"