Created
October 19, 2012 14:30
-
-
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
This file contains hidden or 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="full col collection-of-halfs"> | |
<div> </div> | |
<div class="collection-of-thirds"> | |
<div class="persistent"> </div> | |
<div class="persistent"> </div> | |
<div class="persistent"> </div> | |
</div> | |
</div> |
This file contains hidden or 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="full parent col"> | |
<div class="half col"> </div> | |
<div class="half parent col"> | |
<div class="persistent third col"> </div> | |
<div class="persistent third col"> </div> | |
<div class="persistent third col"> </div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment