Container

A card is a container for content.

Cards are useful for organizing information on a page. Combined with the flexbox grid, cards are a convenient way to present multiple panes of content on a single page.

<ma-card> class='col-lg'>
  <h2>Container</h2>
  <p class='lead'>
    A card is a container for content.
  </p>
</ma-card>

And One More

The grid makes same-height colums easy…

Another Card

…and multiple cards may be stacked in a column.