Skip to content

Instantly share code, notes, and snippets.

@3Easy
Last active December 11, 2015 23:59
Show Gist options
  • Save 3Easy/4680705 to your computer and use it in GitHub Desktop.
Save 3Easy/4680705 to your computer and use it in GitHub Desktop.
Foundation Grid Rows & Columns
<div class="row">
<div class="six columns">
<p>Any kind of content in a column</p>
</div>
<div class="six columns">
<p>So long as columns add up to twelve</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment