小编Rog*_*tus的帖子

如何让我的页脚对齐到底部?

我是CSS的新手,并且已经查找了很多方法,但无法让页脚与底部对齐.有帮助吗?谢谢.

.footer {
    position: bottom;
    bottom: -10px;
    height: 30px;
    width: 100%;
    background-color: #171717;
    color: white;
}
Run Code Online (Sandbox Code Playgroud)

html css alignment footer

6
推荐指数
1
解决办法
2万
查看次数

标签 统计

alignment ×1

css ×1

footer ×1

html ×1