Skip to content

Instantly share code, notes, and snippets.

@samanpwbb
Created July 7, 2015 18:03
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 samanpwbb/6a5c028a6434b3989cb6 to your computer and use it in GitHub Desktop.
Save samanpwbb/6a5c028a6434b3989cb6 to your computer and use it in GitHub Desktop.
<!-- We want three equal columns, left column justified left, right column justified right, with equal gutters for all three columns -->
<div class='col4'>
<div class='space-right1'><!-- content --></div>
</div>
<div class='col4'>
<div class='space-right0 space-left0'><!-- content --></div>
</div>
<div class='col4'>
<div class='space-left1'><!-- content --></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment