Backgroundcolor

Apply .media-inverseand .bg-*utility classto .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 backgroundcolor

.bg-pale-*utility classapplies 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>
Newmedia

.media-newapplies 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 classesto 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>