答案 0 :(得分:2)
#over h1, footer h1 {
font-size: 4em;
text-transform: uppercase;
padding-top: 1em;
text-align: center;
margin: 0px;
}
试试这个。
答案 1 :(得分:0)
首先,在问题中发布相关代码。
关于你的问题。保证金是h1
内的footer
。
所以,试试这个:
footer h1 {
margin-top: 0;
}
答案 2 :(得分:-2)
#over {
height: auto;
min-height: 100%;
width: 100%;
background: none repeat scroll 0% 0% #2BB;
z-index: 2;
}
在此您指定“Over mij”部分的最小高度应为屏幕的100%,这就是造成这种差距的原因。删除它或减少值以更改它。