我有使一列連續在內線與其他那些對齊問題:引導:1列出3不對齊
我有1行3列,但第三欄比下其他2. 第一列有一個圖像,第二個文本和第三個其他圖像。
這裏是我的代碼:
<div class="container">
<div id="video" class="row">
<div class="col-md-4 pull-left">
<img src="img/flowers.png">
</div>
<div class="col-md-4 text pull-center">
<h1>SEE HOW IT WORKS</h1>
</div>
<div class="col-md-4 pull-right">
<img src="img/root.png">
</div>
</div>
<!-- end container -->
感謝指出了這一點! – grosminou