Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的网站上使用 Bootstrap 2.3。我已经设置了foll css:
body,section{ padding:0; margin:0; }
然而,就我的一生而言,我无法理解为什么我会在两个部分之间看到一条白色的身体? 链接
你的<h3>原因。把这个:
<h3>
h3{ margin:0; padding:0; }
另一种解决方案
将以下样式设置为<section>标记
<section>
overflow: hidden;
将以下样式设置为<h3>标记
margin-top:0px;