1height:100vh;
2/* 1vh is 1% of the browser size. With 100vh you can fill the complete height */
3/* if you want the div to fill not only the size of the browser, but */
4/* the complete website then use this: */
5position: absolute;
6height: 100%;
7width: 100%;