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