Skip to content

Instantly share code, notes, and snippets.

@mhairston
Created November 15, 2011 17:50
Show Gist options
  • Save mhairston/1367770 to your computer and use it in GitHub Desktop.
Save mhairston/1367770 to your computer and use it in GitHub Desktop.
OOCSS Module Object
<div class="mod">
<b class="top"><b class="tl"></b><b class="tr"></b></b>
<div class="inner">
<div class="hd">
<h3>Header</h3>
</div>
<div class="bd">
<p>Lorem ipsum.</p>
</div>
<div class="ft">
<p>Footer</p>
</div>
</div>
<b class="bottom"><b class="bl"></b><b class="br"></b></b>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment