Can't get the container to stretch the full height of the screen:
<body> <div class="container-fluid h-100" style="background-color:#0c5460;"> a </div> </body>
I tried the h-100 and declaring height:100% and min-height:100% container-fluid and container but it never stretches beyond content that it contains
h-100
height:100%
min-height:100%
container-fluid
container
What am i missing?
Need
html,body,.container { height: 100%; }
2.1m questions
2.1m answers
60 comments
57.0k users