Viewport Height
HTML
<div class="box">
</div>
CSS
.box{
width: 100px;
height: 100vh;
background-color: red;
margin: 0 auto;
}
<div class="box">
</div>
.box{
width: 100px;
height: 100vh;
background-color: red;
margin: 0 auto;
}