5.1 #Center utility classes.centered Centered box

Toggle example guides Toggle HTML markup

-sf-centered-box

Sets box's right and left margins to auto to center the box horizontally if it has width.

Centered box with fixed width
Html
    <div style="width: 200px" class="-sf-centered-box">Centered box with fixed width</div>