Usage
Only two classes are required: the wrapping .media
and the .media-body
around your content.
Nesting
Media objects can be nested by placing the nested media object within the .media-body
of a parent media object.
Alignment
Use flex utilities like .align-self-center
and .align-self-end
to align media within a media object.
Order
Change the order of content in media objects by modifying the HTML itself or using order utilities, like .flex-last
.