Skip to content

Instantly share code, notes, and snippets.

@tkwidmer
Created May 7, 2015 23:47
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 tkwidmer/3bcb1d741ea618ec3bea to your computer and use it in GitHub Desktop.
Save tkwidmer/3bcb1d741ea618ec3bea to your computer and use it in GitHub Desktop.
proper bootstrap
<div class="container">
<div class='row'>
<div class='col-xs-8 col-xs-offset-2'>
<div class="row">
<div class="col-xs-6">
Content goes here
</div>
<div class="col-xs-6">
Content next to the other content
</div>
</div>
</div>
</div>
</div>
<div class="full-width-content">
Big full with content here
</div>
<div class="container">
<div class="row">
<div class="col-xs-12>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment