<div class="container">
    I just match the height of my content.
</div>
html {
    padding: 20px;
}
.container {
    width: 100%;
    height: 100%;
    background: #eee;
}
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.