Background color

Apply .media-inverse and .bg-* utility class to .media.


Change the background and see the result

<div class="media media-inverse bg-primary">
  <p>Change the background and see the result</p>
</div>
Pale background color

.bg-pale-* utility class applies to .media.


Change the background and see the result

<div class="media bg-pale-primary">
  <p>Change the background and see the result</p>
</div>
New media

.media-new applies to .media. Use this class to distinguish a new media from other medias in a media-list.

Single line item

<div class="media media-new">
  <p>Single line item</p>
</div>
Bordery

Use border utility classes to add a border with a specific color to any side.

Single line item

<div class="media bl-3 border-primary">
  <p>Single line item</p>
</div>