Skip to content

Instantly share code, notes, and snippets.

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