Skip to content

Box

Overview

Boxes off content from the surrounding elements.

html
<div class="c-box">
</div>

Demo on CodePen

Modifiers

Spacing

Applies padding on the block and inline axis.

NameDescription
c-box--spacing-smSmall.
c-box--spacing-mdMedium.
c-box--spacing-lgLarge.
html
<div class="c-box c-box--spacing-lg">
</div>

Demo on CodePen

Border

NameDescription
c-box--borderedApplies a border around the box.
c-box--roundedApplies a border radius.
html
<div class="c-box c-box--bordered">
</div>