height: calc
HTML
<div>It's working fine.....</div>
CSS
div
{
height: calc(100vh - 8vw);
background: #000;
overflow:visible;
color: red;
}
<div>It's working fine.....</div>
div
{
height: calc(100vh - 8vw);
background: #000;
overflow:visible;
color: red;
}