为什么在bootstrap中有一个偏移列?
<div class="row">
<div class="span4">...</div>
<div class="span3 offset2">...</div>
</div>
我知道我们可以使用offset属性移动列,但它的用途是什么?
我可以看一些例子吗?例如,在这个例子中
http://twitter.github.io/bootstrap/scaffolding.html#gridSystem
以列的形式排列会以什么方式帮助我们?
答案 0 :(得分:0)
ok offset表示向右或向左移动colums, 例如: span3 offset2表示2个列之间的间隙为2个列长度 span3 offset1表示2个列之间的间隙为1个字符串长度
在bootstrap中有12个colums,所以最小的是宽度b / w 2 colums是1 coumn。