minh 100%
by techsin
HTML
<div class="a"></div>
CSS
.a {
background-color: blue;
min-height: 100%;
}
html, body { height: 100%; }
by techsin
<div class="a"></div>
.a {
background-color: blue;
min-height: 100%;
}
html, body { height: 100%; }