所以我編寫了一個使用bootstrap的網站,一個簡單的問題困擾着我。 基本上我會有一個容器,裏面有一排,裏面有3個col-lg-4列。我的問題是,專欄不是集中,也不填寫行。示例http://www.connornorvell.com/misc/stack-example.png調整自舉網格
正如您可以看到標題「johnny」應該觸摸屏幕的右側並且標題「rafael」應居中。
我已經嘗試向我的div添加以行爲中心和以col爲中心的類,但它不起作用(以行爲中心僅居中對齊文本)。
下面是代碼:
<div class="container breathing-room-bottom">
<div class="row">
<div class="col-lg-4">
<p class="sans" style="font-weight:500; text-align:;">Connor Norvell
<br>
<span2 style="color:#828282;">Art Director
<br>(555) 555 - 5555
<br>[email protected]</span2>
</p>
</div>
<div class="col-lg-4">
<p class="sans" style="font-weight:500; text-align:;">Rafael De La Vega
<br>
<span2 style="color:#828282; font-weight:500;">Art Director
<br>(555) 555 - 5555
<br>[email protected]</span2>
</p>
</div>
<div class="col-lg-4">
<p class="sans" style="font-weight:500; text-align:;">Johnny Presslaur
<br>
<span2 style="color:#828282;">Art Director
<br>(555) 555 - 5555
<br>[email protected]</span2>
</p>
</div>
</div>
</div>
一切都是自舉,除了.sans
(使文字無襯線)和.breathing-room-bottom
(添加5%填充到容器的底部
請刪除inapropriate措辭你的榜樣PNG,然後把它內聯。 – PaulH