Twitter Bootstrap 3: How to center a block

前端 未结 7 1501
野的像风
野的像风 2020-12-28 13:32

It seems to me that the class center-block is missing from the bootstrap 3 style sheets. Am I missing something?

Its usage is described here, http://ge

7条回答
  •  [愿得一人]
    2020-12-28 13:54

    You can use class .center-block in combination with style="width:400px;max-width:100%;" to preserve responsiveness.

    Using .col-md-* class with .center-block will not work because of the float on .col-md-*.

提交回复
热议问题