私はブートストラップ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>