I am using bootstrap 3 to design a HTML page and right now I am facing a problem. I want my div
tag container to take 100% height of the browser window but using CSS only (no javascript).
I went through lots of questions in stack overflow itself but couldn't find a solution that could help me. I don't want to use vh
, as when you resize your window it wont work properly or wont show the container properly and I have 5 div
tag containers and want every container to be the same size of the browser window.
p.s I don't think html
or css
is required as it can be answered without the code.