Created
October 19, 2012 14:26
-
-
Save babsgosgens/3918489 to your computer and use it in GitHub Desktop.
The Persistant Grid: three-column layout
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="third col"> </div> | |
<div class="third col"> </div> | |
<div class="third col"> </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 col collection-of-thirds"> | |
<div> </div> | |
<div> </div> | |
<div> </div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment