0
我已经添加了一些基本的代码到我的文档,但没有每节一样会有一个960网格布局在引导无排水沟间距3
如果有事情,我可能会之间的排水沟间距在这里失踪?
HTML:
<div class="row">
<div class="col-md-4 block">
hello this is a test block
</div>
<div class="col-md-4 block">
hello this is a test block
</div>
<div class="col-md-4 block">
hello this is a test block
</div>
</div>
</div>
CSS:
.block{
background-color:#6CC;
}
[Bootstrap 3:Missing gutters]可能的重复(http://stackoverflow.com/questions/18071055/bootstrap-3-missing-gutters) – Spontifixus