【发布时间】:2019-03-14 20:48:02
【问题描述】:
我在文档中添加了一些基本代码,但每个部分之间没有任何间距,就像在 960 网格布局上那样
如果我在这里可能遗漏了什么?
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;
}
【问题讨论】:
标签: html css twitter-bootstrap twitter-bootstrap-3