Learn how to stretch elements to fit the whole height of the browser window with CSS.
html, body {
height: 100%;
}
.full-height {
height: 100%;
}
<div class="full-height">..</div>
Try it Yourself »
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!