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
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.