Skip to content

Instantly share code, notes, and snippets.

@mhairston
Created November 15, 2011 17:48
Show Gist options
  • Save mhairston/1367766 to your computer and use it in GitHub Desktop.
Save mhairston/1367766 to your computer and use it in GitHub Desktop.
OOCSS Media Object
<div class="media">
<a href="http" class="img">
<img src="---" alt="--" />
</a>
<div class="bd">
body text
</div>
<div class="imgExt">
<img src="---" alt=""" />
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment