Skip to content

Instantly share code, notes, and snippets.

@skube
Last active April 17, 2018 21:29
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 skube/7436729 to your computer and use it in GitHub Desktop.
Save skube/7436729 to your computer and use it in GitHub Desktop.
Media Object in HTML with CSS (anchor version)
/* Media Object in OOCS/BEM
========================================================================== */
.media {margin:10px;}
.media, .media__bd {overflow:hidden; _overflow:visible; zoom:1;}
.media__img {float:left; margin-right: 10px;}
.media__img--rev {float:right; margin-left: 10px;}
.media__img img {display:block;}
<div class="media">
<a href="#" class="media__img"><img src="image" alt="" /></a>
<div class="media__bd"></div>
</div>
@jcripo
Copy link

jcripo commented Sep 6, 2016

dasds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment