3 #Media Media

Displays images and/or body content beside one another.

Example

Strength

Strength training is an important part of injury prevention. Focus on your core— especially your abs and glutes.

Strength

Strength training is an important part of injury prevention. Focus on your core— especially your abs and glutes.

<div class="media">
  <img class="media__image"
    src="http://placehold.it/150x150" />
  <div class="media__body">
    <h4>Strength</h4>
    <p>
      Strength training is an important part of
      injury prevention. Focus on your core&mdash;
      especially your abs and glutes.
    </p>
  </div>
</div>
<div class="media">
  <img class="media__image"
    src="http://placehold.it/150x150" />
  <div class="media__body">
    <h4>Strength</h4>
    <p>
      Strength training is an important part of
      injury prevention. Focus on your core&mdash;
      especially your abs and glutes.
    </p>
  </div>
  <img class="media__image"
    src="http://placehold.it/150x150" />
</div>
Source: styles.css, line 16