Full Height Div in CSS
In this article, I'll show you how to make the div the same height as the browser window in an easy and perfect way.
You might have thought that making a div element the same height as the browser would be just like this:
.div{
height: 100%;
}
Unf...
h.dhairyashah.dev1 min read