Skip to content

Instantly share code, notes, and snippets.

@babsgosgens
Created October 19, 2012 14:28
Show Gist options
  • Save babsgosgens/3918497 to your computer and use it in GitHub Desktop.
Save babsgosgens/3918497 to your computer and use it in GitHub Desktop.
The Persistant Grid: nine-column layout
<div class="full col collection-of-thirds">
<div class="collection-of-thirds">
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</div>
<div class="collection-of-thirds">
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</div>
<div class="collection-of-thirds">
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</div>
</div>
<div class="full parent col">
<div class="third parent col">
<div class="third col">&nbsp;</div>
<div class="third col">&nbsp;</div>
<div class="third col">&nbsp;</div>
</div>
<div class="third parent col">
<div class="third col">&nbsp;</div>
<div class="third col">&nbsp;</div>
<div class="third col">&nbsp;</div>
</div>
<div class="third parent col">
<div class="third col">&nbsp;</div>
<div class="third col">&nbsp;</div>
<div class="third col">&nbsp;</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment