Top
Home

100% High Container

Here is the code to make the container div go from top of page to bottom.



html, body
{
height: 100vh;
margin: 0;
padding: 0;
border: 0;
}

#container {
padding: 0;
margin: 0;
background-color: #eeeeee;
width: 1200px;
margin: 0 auto;
min-height: 100%;
}