如何 - 全高元素
了解如何使用 CSS 将元素拉伸以适应整个浏览器窗口高度。
全高 DIV
示例
html, body {
height: 100%;
}
.full-height {
height: 100%;
}
<div class="full-height">..</div>
自己试一试 »
了解如何使用 CSS 将元素拉伸以适应整个浏览器窗口高度。
html, body {
height: 100%;
}
.full-height {
height: 100%;
}
<div class="full-height">..</div>
自己试一试 »
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]