css CSS:粘性页脚1
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css CSS:粘性页脚1相关的知识,希望对你有一定的参考价值。
.container {
margin-bottom: -142px;
min-height: 100%;
/* equal to footer height */
}
.container:after {
content: "";
display: block;
}
.site-footer, .container:after {
height: 142px;
}
.site-footer {
background: #385978;
border-top: 1px solid #000;
color: white;
height: 141px; /*========== Height and border-top added together = 142px used in .container and .site-footer ==========*/
}
以上是关于css CSS:粘性页脚1的主要内容,如果未能解决你的问题,请参考以下文章
CSS 粘性页脚CSS
CSS 粘性CSS页脚
粘性页脚问题 - CSS
如何使用 CSS 制作粘性页脚?
CSS - 粘性页脚[重复]
Css 粘性页脚 - 响应式