引導3中有一種方法來正確對齊div嗎?在引導3對齊div右
我知道抵消的可能性,但我想調整一個格式化的div到其容器的右側,而它應該以全角移動視圖爲中心。班'拉右'不再工作了。他們忘了替換它還是我錯過了一些明顯的東西?
<div class="row">
<div class="container">
<div class="col-md-4">
left content
</div>
<div class="col-md-4 col-md-offset-4">
<!-- The next div has a background color and its own paddings and should be aligned right-->
<!-- It is now in the right column but aligned left in that column -->
<div class="yellow_background">right content</div>
</div>
</div>
</div>
舒爾我知道如何做到這一點在CSS中,但它可以在純引導3?
拉右工作在這裏... – Gavin