Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created June 18, 2012 22:17
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/2951087 to your computer and use it in GitHub Desktop.
Save smileyj68/2951087 to your computer and use it in GitHub Desktop.
Foundation 3 Grid Example
<div class="row">
<div class="eight columns">
Main content...
</div>
<div class="four columns">
Sidebar...
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment