Created
February 16, 2014 21:20
-
-
Save aekaplan/9040799 to your computer and use it in GitHub Desktop.
Column Sizes - HTML
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
<div class="container"> | |
<div class="row clearfix"> | |
<div class="column half"> | |
<!-- Your Content --> | |
</div> | |
<div class="column half"> | |
<!-- Your Content --> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment