Skip to content

Instantly share code, notes, and snippets.

@drwpow
Created August 18, 2016 21:16
Show Gist options
  • Save drwpow/f015eadb83cacb283a6d0cf63522aa8e to your computer and use it in GitHub Desktop.
Save drwpow/f015eadb83cacb283a6d0cf63522aa8e to your computer and use it in GitHub Desktop.
Flexible Grid Example
<div class="row">
<div class="medium-4">
<!-- The left menu goes in here -->
</div>
<div class="medium-8">
<!-- The right-side content goes in here -->
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment