我在 html 中有一个页脚
<div id="footer">
</div>
其css属性是
#footer{
height:500px;
background-color:#d0c5a6;
float:left;
padding:15px 0;
min-width:100%;
}
但是我的页脚没有延伸到整个页面 abt 左侧显示 5px 空间,右侧显示 5px 为什么?
我在 html 中有一个页脚
<div id="footer">
</div>
其css属性是
#footer{
height:500px;
background-color:#d0c5a6;
float:left;
padding:15px 0;
min-width:100%;
}
但是我的页脚没有延伸到整个页面 abt 左侧显示 5px 空间,右侧显示 5px 为什么?