Box
Overview
Boxes off content from the surrounding elements.
html
<div class="c-box">
</div>Modifiers
Spacing
Applies padding on the block and inline axis.
| Name | Description |
|---|---|
c-box--spacing-sm | Small. |
c-box--spacing-md | Medium. |
c-box--spacing-lg | Large. |
html
<div class="c-box c-box--spacing-lg">
</div>Border
| Name | Description |
|---|---|
c-box--bordered | Applies a border around the box. |
c-box--rounded | Applies a border radius. |
html
<div class="c-box c-box--bordered">
</div>