Skip to content

Instantly share code, notes, and snippets.

@cesarkohl
Created September 10, 2015 18:02
Show Gist options
  • Select an option

  • Save cesarkohl/d3c9cd2ff0e09822f161 to your computer and use it in GitHub Desktop.

Select an option

Save cesarkohl/d3c9cd2ff0e09822f161 to your computer and use it in GitHub Desktop.
Bootstrap centered site
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div class="container">
<div class="row">
<!-- Content columns -->
<div class="col-lg-12">
<!-- Content -->
</div>
</div>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment