--- layout: default title: "Boxes" date: 2013-05-17 23:24:04 --- Boxes ====== The `atlas_assets` gem ships with a few styles you can apply to `div` elements, to make them into grouped boxes, to use on e.g. a profile page to split up the content. Default Box ----------- Add a `.box` class to a `
` element to style as a sectioned box. The box has a no-op `.box-inner` div, and an optional `

` element. The heading can hold a `` tag that is automatically pulled to the right.

Heading This goes to the right!

This is a box with some content

~~~html

Heading This goes to the right!

This is a box with some content

~~~ Styles ------ Add `.box-white` to create a box with slightly better contrast.

Heading

This is a box with some content

~~~html
...
~~~