minh 100%

by techsin

HTML

<div class="a"></div>

CSS

.a {
    background-color: blue;
min-height: 100%;  

}

html, body { height: 100%; }