Bootstrap uses a 12-column wide grid system wrapped inside a container, which can be organized in any way you wish. By default all elements are set to full width: 12 columns wide.
Bootstrap also uses 3 break points, with 4 different form factors:
The 'and up' means that unless you specify otherwise, when you apply 'md' to an element, it will apply to 'md' and 'lg'. Similarly, when you apply 'sm' to an element, it applies to 'sm', 'md' and 'lg' form factors. By default, xs is applied to all elements
The syntax for applying this system is class="col-
Thus, the default is "col-xs-12"
http://getbootstrap.com/css/#grid-optionsBootstrap also allows you to wrap up to 12 columns in a div with class="row". These row and column options can be combined with rows to create any arrangement of boxes desired on the page
We'll go through a number of common permutations in the exercises: 2, 3, 4, 5, 6 columns, and some nesting scenarios, and how these can flow through the different form factors.
Resize this page to observe behavior
see 00_resources/cdn_js.txt and 00_resources/cdn_js.txt for quick copy/paste of js and css resources