CSS calc() Height
Preview
Code
<style>
.box{
height:calc(100vh - 100px);
background:#22c55e;
}
</style>
<div class="box"></div>
<style>
.box{
height:calc(100vh - 100px);
background:#22c55e;
}
</style>
<div class="box"></div>