Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created June 18, 2012 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smileyj68/2951188 to your computer and use it in GitHub Desktop.
Save smileyj68/2951188 to your computer and use it in GitHub Desktop.
Foundation 3 Nested Grid
<div class="row">
<div class="eight columns">
<div class="row">
<div class="six columns">
Six columns (nested)
</div>
<div class="six columns">
Six columns (nested)
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment