Created
September 10, 2015 18:02
-
-
Save cesarkohl/d3c9cd2ff0e09822f161 to your computer and use it in GitHub Desktop.
Bootstrap centered site
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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