We are using bootstrap library for styling. We have a div and we want the div to take the height of the screen. I do not want to set min or max height.
I can set the height through javascript but I am just curious if I can force the div to take height of the screen through CSS. Do we have any option apart from using media query?