Created
November 1, 2014 06:11
-
-
Save javaeeeee/333a1eed5aba01505f46 to your computer and use it in GitHub Desktop.
Bootstrap 3 Basic Grid Structure
This file contains 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"> | |
<div class="row"> | |
<div class="col-*-*"></div> | |
<div class="col-*-*"></div> | |
<!-- You can place as many col-*-* as your like. If there is more | |
than 12 columns, they will be wrapped for you onto a new line --> | |
<div class="col-*-*"></div> | |
</div> <!-- /.row --> | |
<!-- You can place as many col-*-* as your like. --> | |
</div> <!-- /.container--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment