CSS vh Unit

vh represents 1% of the viewport height.

Preview

Code

<style>
.box{
height:30vh;
background:#f59e0b;
}
</style>

<div class="box"></div>

More CSS Units Examples (8)