标签: html css twitter-bootstrap-3
请尝试重新订购我在我的网站上拥有的两个Div,我已经尝试过push and pull这样做,但我在最终结果中失败了。
因为我想在小型设备 中重新订购我的div
因为我想在小型设备
<div class="row"> <div class="col-lg-5 col-xs-12">A</div> <div class="col-lg-7 col-xs-12">B</div> </div>
感谢您的帮助