--- layout: documentation doc-tab: elements doc-subtab: box --- {% include subnav-elements.html %}

Box

A white box to contain other elements


The .box element is simply a container with a shadow, a border, a radius, and some padding.
For example, you can include a media object:

{% capture box_example %}
Image

John Smith @johnsmith 31m
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean efficitur sit amet massa fringilla egestas. Nullam condimentum luctus turpis.

{% endcapture %}
{{box_example}}
{% highlight html %} {{box_example}} {% endhighlight %}