【发布时间】:2013-11-20 11:02:40
【问题描述】:
在Twitter Bootstrap 3的新版本中,grid根据设备大小分为不同的column类(col-*)。
当我阅读Grid example mixed 时,我看到一个带有
的 div<div class="col-12 col-lg-8">8</div>
我是否必须了解 col-12 等于 col-lg-8(按比例)?
【问题讨论】:
标签: css twitter-bootstrap responsive-design twitter-bootstrap-3