Box

Boxes off content from the rest of the page

<div class="c-box u-color-neutral">
	The quick brown fox jumped over the lazy dog.
</div>
The quick brown fox jumped over the lazy dog.

Modifiers

Border

Applies a thin border around the box.

<div class="c-box c-box--border">
	The quick brown fox jumped over the lazy dog.
</div>
The quick brown fox jumped over the lazy dog.

Spacing

Applies padding inside the box.

<div class="c-box c-box--spacing-sm u-color-neutral">
	The quick brown fox jumped over the lazy dog.
</div>
The quick brown fox jumped over the lazy dog.
<div class="c-box c-box--spacing-lg u-color-neutral">
	The quick brown fox jumped over the lazy dog.
</div>
The quick brown fox jumped over the lazy dog.