部分之间可见Css体?

时间:2013-07-06 10:57:39

标签: css css3 twitter-bootstrap

我在我的网站上使用Bootstrap 2.3。我已经设置了以下内容:

body,section{
padding:0;
margin:0;
}

然而,对于我的生活,我无法理解为什么我在这两个部分之间看到一个白色的身体? The Link

3 个答案:

答案 0 :(得分:1)

你的<h3>导致了这一点。把这个:

h3{
    margin:0;
    padding:0;
}

答案 1 :(得分:0)

将样式设置为<h3>标记

margin-top:0px;

答案 2 :(得分:0)

另一种解决方案

将样式设置为<section>标记

overflow: hidden;