html 粘滞页脚
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 粘滞页脚相关的知识,希望对你有一定的参考价值。
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}
<footer>
<div class="container">
<div class="col-md-12">
<p>Content goes here.</p>
</div>
</div>
</footer>
以上是关于html 粘滞页脚的主要内容,如果未能解决你的问题,请参考以下文章
html 粘滞页脚
html 粘滞页脚
html 粘滞的页脚标记。
HTML 粘滞页脚
HTML/CSS 中的粘滞页脚,显示问题
部分不适用于 CSS 粘滞页脚