我正在使用引導程序3,並試圖將某個按鈕放在同一行上,但沒有運氣。我做了一個fiddle here。我錯過了什麼?非常感謝。如何將一個按鈕放在與某些文本相同的行上?
<div class="container">
<div class="col-xs-12 col-md-6 col-sm-8 col-lg-6 center-block">
<br>
<p>Put the button on the same line as this text.</p>
<span class="pull-right">
<button type="button" class="btn btn-default btn-small" name="submit" id="submit">+ Add Me</button></span>
<br>
</div>
</div>