当我的位置:绝对,宽度:100%页脚为我的屏幕设置太多宽度,这是我的代码:
<p class="footer" style="font-weight:bold;color:#D9D9D9;border: 15px solid #272727;letter-spacing:1pt;word-spacing:2pt;font-size:10px;text-align:center;font-family:courier new, courier, monospace;line-height:0;"> Text </p>
的CSS:
.footer{
position: absolute;
width:100%;
min-width:100%;
text-align: center;
bottom: 0px;
}
我想让他留在页面底部,即使没有任何内容,因为在其他页面页脚进入屏幕中间