Skip to main content
Version: 2.0.0

Card

The card component allows you to build a content your text, from several elements such as an image, a title and content. The card is generally used with the responsive grid to adapt to the devices.

Take a look at the grid page to get all the necessary information.

Basic usage

Live Editor
Result
Loading...

Fill

It is possible to add a background with the class .ms-fill.

Live Editor
Result
Loading...

Border

It is also possible to add a border with the .ms-border class.

Live Editor
Result
Loading...

Picture

The card can contain an image, using the .ms-card-pic class.

Live Editor
Result
Loading...

You can add content stucked on the image with the .ms-card-pic-stick classe, such as an icon or text.

Live Editor
Result
Loading...

Horizontally

The card can also be displayed horizontally with the .ms-inline class.

Live Editor
Result
Loading...

Section

In order to delimit spaces within the card, it is possible to add one or more sections with .ms-section and .ms-section-bloc classes.

Live Editor
Result
Loading...