Skip to content

Instantly share code, notes, and snippets.

@sokratesagogo
Created July 10, 2015 09:07
Show Gist options
  • Save sokratesagogo/d3368f4e70f42d71b881 to your computer and use it in GitHub Desktop.
Save sokratesagogo/d3368f4e70f42d71b881 to your computer and use it in GitHub Desktop.
Six Columns
<div class="one-sixth first">This is content in the first column.</div>
<div class="one-sixth">This is content in the second column.</div>
<div class="one-sixth">This is content in the third column.</div>
<div class="one-sixth">This is content in the fourth column.</div>
<div class="one-sixth">This is content in the fifth column.</div>
<div class="one-sixth">This is content in the sixth column.</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment