<div class="container">
I just match the height of my content.
</div>
html {
padding: 20px;
}
.container {
width: 100%;
height: 100%;
background: #eee;
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.