My CSS CODE
footer {
background-color: #242424;
bottom: 0;
clear: both;
color: #727272;
height: 210px;
left: 0;
line-height: 20px;
position: absolute;
width: 100%;
z-index: 1;
}
我的 HTML 代码
<footer></footer>
这是我的网站
你可以看到中间的页脚栏。为什么我使用了正确的 CSS ???任何帮助,将不胜感激 ?