How to make a div the same height as the browser window
You might think that making a div element the same height as your browser would be as easy as this:
div {
height: 100%;
}
However, it is unfortunately not. If you're wondering why height: 100%; doesn't work to make an element the full height of ...
fjolt.hashnode.dev1 min read
Tilak Jain
I am a Web developer and a student pursuing BCA. I also handle @coding_dev_ on Instagram.
Thanks for Sharing