Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created November 1, 2014 06:11
Show Gist options
  • Save javaeeeee/333a1eed5aba01505f46 to your computer and use it in GitHub Desktop.
Save javaeeeee/333a1eed5aba01505f46 to your computer and use it in GitHub Desktop.
Bootstrap 3 Basic Grid Structure
<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