Skip to content

Instantly share code, notes, and snippets.

@dcavins
Created November 25, 2019 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcavins/de91be3bcc365b52eb9b7d130171ecaa to your computer and use it in GitHub Desktop.
Save dcavins/de91be3bcc365b52eb9b7d130171ecaa to your computer and use it in GitHub Desktop.
Position an image to the right of related text.
<div class="Media Media--reverse">
<img src="/wp-content/uploads/sites/6/2019/11/doubtful-kitty.jpg" alt="A cat that doubts your ideas." width="100" height="100" class="Media-figure size-full wp-image-1350" />
<div class="Media-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer sit amet blandit lacus. Proin bibendum eros ut turpis tempor finibus. Vivamus ac scelerisque lectus. Nullam in justo vel mauris fermentum tempus.</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment