Answers for "css height of display"

CSS
0

css height of display

html, body {
  height: 100%;
}

.full-height {
  height: 100%;
}

<div class="full-height">..</div>
Posted by: Guest on May-21-2021

Browse Popular Code Answers by Language