Skip to content

Instantly share code, notes, and snippets.

@willprice76
Created June 24, 2014 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willprice76/e5c81e77a5a8cd161459 to your computer and use it in GitHub Desktop.
Save willprice76/e5c81e77a5a8cd161459 to your computer and use it in GitHub Desktop.
<div class="row">
<div class="col-sm-3">
<!-- left nav here, uses 1/4 screen width-->
</div>
<div class="col-sm-9">
<!-- main content, uses 3/4 screen width-->
<div class="row">
<div class="col-sm-6"><!-- half width column layout --></div>
<div class="col-sm-6"><!-- half width column layout --></div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment