Skip to content

Instantly share code, notes, and snippets.

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