我正在使用最新版本的引导程序,但是我似乎无法弄清楚如何在以下代码中将按钮居中。我只想要这个特定的缩略图而不是全局的,所以我无法更改 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>