我正在改变客户网站的设计。他给了我一个模板,他到了某处,我有点升级它。现在我在顶部占据了这个大空间。我的身体下降了大约200px,我无法弄明白。 html处于最顶层,突然间身体出现了差距。填充0和边距0.
该页面位于http://imajination.in/00dev/planb/ 任何帮助表示赞赏
答案 0 :(得分:1)
差距是因为margin-top
在身体中应用了div。
这是影响布局的css代码:
.home-box {
margin-top: 10%;
}
从此行中删除此home-box
课程:
<div class="container home-box pos-center scroll-fade-effect">