如何在HTML中修复页脚高度?

时间:2016-04-25 12:04:40

标签: html css

你好我有疑问当我在我的大显示器上观看时我的身高不正确我的身高是否正确,所以我需要帮助? 当我在我的大显示器上观看时,如:enter image description here

在小型监视器上就像:enter image description here

顺便说一句,我需要修复这些行

2 个答案:

答案 0 :(得分:0)

你可以试试这个

#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#999;
}

答案 1 :(得分:0)

试试这段代码。

https://jsfiddle.net/b2avu1h9/3/

我已编辑此部分

.column{
width: 20%;
//height:50px;
height: 90px !important;
float:left;
border-right:3px solid #6bae6b;
padding-left:15px;
}