Skip to content

Instantly share code, notes, and snippets.

@ericdouglas
Created February 19, 2014 14:02
Show Gist options
  • Select an option

  • Save ericdouglas/9092674 to your computer and use it in GitHub Desktop.

Select an option

Save ericdouglas/9092674 to your computer and use it in GitHub Desktop.
Create Rows - HTML
<div class="container">
<div class="row clearfix">
<div class="column half">
<!-- Your Content-->
</div>
<div class="column half">
<!-- Your Content-->
</div>
</div>
<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