Twitter Bootstrap 3: How to center a block

前端 未结 7 1556
野的像风
野的像风 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:53

    A few answers here seem incomplete. Here are several variations:

        
    
    
    
    This div is centered with .center-block
    This div is centered with .center-block
    This div is centered with .center-block

    To make it work with col-* classes, you need to wrap the .center-block inside a .col-* class, but remember to either add another class that sets the width (.box in this case), or to alter the .center-block itself by giving it a width.

    Check it out on bootply.

提交回复
热议问题