页脚不走到底 [英] Footer doesn't go at bottom

查看:45
本文介绍了页脚不走到底的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个建有物化CSS库的网页.

I have a web page built with materialize css library.

这是屏幕截图:如您所见,页脚不在底部,但仍附加到最后一项(步骤5).

This is the screenshot: As you can see, the footer doesn't go at bottom, but remains attached to the last item (step 5).

我没有修改物化库中的任何文件.

I didn't modify any file from materialize library.

如何解决?

推荐答案

使用此页脚:

footer {
  position: absolute;
  bottom: 0;
}

这篇关于页脚不走到底的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆