【发布时间】:2013-01-01 02:31:33
【问题描述】:
我正在使用最新版本的引导程序,但我似乎无法弄清楚如何在以下代码中使按钮居中。我只想要这个特定的缩略图而不是全局的,所以我无法更改 css。
<div class="row">
<ul class="thumbnails">
<li class="span4">
<div class="thumbnail">
<img src="http://placehold.it/400x200" alt="">
<h3>Need A Price?</h3>
<p>Fill in the Quote form and get a price within 30mins,We know you dont like waiting around</p>
<div class="btn-group">
<button class="btn btn-primary">Get A Quote</button>
</div>
</div>
</li>
</ul>
</div>
【问题讨论】:
标签: button twitter-bootstrap center