Created
September 13, 2012 09:58
-
-
Save cjdsie/3713324 to your computer and use it in GitHub Desktop.
Column and Margins
This file contains 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
<!-- Standard Grid Format --> | |
<section class="row"> | |
<div class="eight columns"> | |
... | |
</div> | |
<div class="eight columns"> | |
... | |
</div> | |
</section> | |
<!-- Extra Spacing --> | |
<section class="row"> | |
<div class="five columns"></div> | |
<div class="five columns alt-spacing"></div> | |
<div class="five columns alt-spacing"></div> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment