Salta el contingut

Layout

Column

Column layout is provided by the .columns class.

Info

Basically, it's a flexbox container with the following properties:

.columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

/// html | div.columns
| Column 1 | Column 2 |
|----------|----------|
| Content  | Content  |
| Content  | Content  |
| Content  | Content  |

![Placeholder](https://via.placeholder.com/150)
///
Column 1 Column 2
Content Content
Content Content
Content Content

Placeholder