CSS 用 Bootstrap 的哥们,你们是怎么居中的?

.center { width: auto; display: table; margin-left: auto; margin-right: auto; } .text-center { text-align: center; } <div class="center"> pla pla pla </div>

全文:http://ruby-china.org/topics/7654

其实这个也可以的:.center-block //http://www.runoob.com/bootstrap/bootstrap-helper-classes.html

posted @ 2017-06-19 11:46  stma  阅读(197)  评论(0)    收藏  举报