Skip to content

Instantly share code, notes, and snippets.

@mpgilbertusa
Created March 11, 2014 03:36
Show Gist options
  • Save mpgilbertusa/9479041 to your computer and use it in GitHub Desktop.
Save mpgilbertusa/9479041 to your computer and use it in GitHub Desktop.
Responsive Starter Kit Pro - Code Sample - Columns Two
<div class="grid">
<div class="one-half">
<h4>Column One</h4>
<p>Insert content here.</p>
</div><!-- /.one-half -->
<div class="one-half">
<h4>Column Two</h4>
<p>Insert content here.</p>
</div><!-- /.one-half -->
</div><!-- /.grid -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment