Created
November 15, 2011 17:48
-
-
Save mhairston/1367766 to your computer and use it in GitHub Desktop.
OOCSS Media Object
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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