css height of display code example
Example: css height of display
html, body {
height: 100%;
}
.full-height {
height: 100%;
}
<div class="full-height">..</div>
html, body {
height: 100%;
}
.full-height {
height: 100%;
}
<div class="full-height">..</div>