css height of display

Solutions on MaxInterview for css height of display by the best coders in the world

showing results for - "css height of display"
Alessandro
10 Nov 2019
1html, body {
2  height: 100%;
3}
4
5.full-height {
6  height: 100%;
7}
8
9<div class="full-height">..</div>
10