我有問題想對準我的DIV在引導3引導DIV alignement問題
這裏就是我試圖完成:
我與拉合作和推動,但我想我它不夠好。
代碼:
<div class="container">
<div class="row">
<div class="col-md-9 col-md-push-3 blue">
blue
</div>
<div class="col-md-3 col-md-pull-9 red">
red
</div>
<div class="col-md-9 col-md-push-3 orange">
orange
</div>
<div class="col-md-3 col-md-pull-9 green">
green
</div>
<div class="col-md-3 col-md-pull-9 purple">
purple
</div>
</div>
</div>
http://jsfiddle.net/bva5z74w/1/
由於
而你的代碼是?你的嘗試? – DaniP 2014-10-27 21:20:27
http://jsfiddle.net/bva5z74w/1/ :) – 2014-10-27 22:14:30
我看到bootstraps的唯一方法是複製橙色div檢查此http://www.bootply。com/QJHocWWfGL# – DaniP 2014-10-28 12:09:46