是一种常见的前端开发技术,可以通过以下步骤实现:
以下是一个示例代码:
<!DOCTYPE html>
<html>
<head>
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
}
.container {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.content {
flex-grow: 1;
background-color: #f2f2f2;
padding: 20px;
}
.footer {
background-color: #333;
color: #fff;
padding: 10px;
}
</style>
</head>
<body>
<div class="container">
<div class="content">
<!-- 主要内容 -->
</div>
<div class="footer">
<!-- 底部内容 -->
</div>
</div>
</body>
</html>
这种方法可以确保无论页面内容的高度如何,底部内容都会被推送到页面底部。在实际应用中,可以根据具体需求对样式进行调整。
腾讯云相关产品和产品介绍链接地址:
领取专属 10元无门槛券
手把手带您无忧上云