height: calc

by md mostofa billa Ashik

HTML

<div>It's working fine.....</div>

CSS

div
{
     height: calc(100vh - 8vw);
    background: #000;
    overflow:visible;
    color: red;
}