我正在使用最新版本的bootstrap,但我似乎無法弄清楚如何將按鈕置於下面的一段代碼中。我只想要這個特定的縮略圖,而不是全局的,所以我不能改變CSS。Center Thumbnail Button Bootstrap
<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>