html页⾯固定底部,html底部固定底部固定
html {
height: 100%;
}
body {
min-height: 100%;
margin: 0;
padding: 0;
position: relative;
}
header {
background-color: #ffe4c4;
}
main {
/*box-sizing: border-box;*/
/*height: 1200px;*/
padding-bottom: 100px;
background-color: #ccc;
}网页html下载
/* main的padding-bottom值要等于或⼤于footer的height值 */
footer {
opacity: 0.5;
position: absolute;
bottom: 0;
width: 100%;
height: 100px;
background-color: #ffc0cb;
}
header
content
asdfasdf
asdfasdf
asdfasdf
footer
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论