Created
July 7, 2015 18:03
-
-
Save samanpwbb/6a5c028a6434b3989cb6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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