【发布时间】:2016-08-30 14:12:02
【问题描述】:
我在引导程序中有两列行。如何在列之间创建空间。 - 我的第一个列是 8,但我想将它设为 7 并有 1 列作为空格。
这是我的靴子: http://www.bootply.com/mwGajBOEVe
这是我的 HTML。
<div class="container">
<div class="row">
<div class="col-md-8">
<p>The apple tree (Malus domestica) is a deciduous tree in the rose family best known for its sweet, pomaceous fruit, the apple.</p>
</div>
<div class="col-md-4"">
The orange (specifically, the sweet orange) is the fruit of the citrus species Citrus × sinensis in the family Rutaceae.</div>
</div>
</div>
我应该创建空列来执行此操作吗?
【问题讨论】:
标签: html css twitter-bootstrap