Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何让页脚留在网页底部?
我一直在帮助一个人在这里建立网站。如果您会注意到,在某些页面上(像这样),页脚下方有一些大的空白,因为页面很短。
无论页面高度(和窗口/浏览器高度如何?),我们如何才能让页脚中的黑色一直向下延伸?
注意:我们不想要一个粘性页脚
设置 HTML 元素的背景颜色:
html { background-color: #000 }
我不知道有任何可靠的方法可以将页脚扩展到页面底部。但是,要获得您想要的效果,您可以执行以下操作: