<pclass="lead">Basic grid layouts to get you familiar with building within the Bootstrap grid system.</p>
<divclass="page-header">
<h1>Bootstrap grid examples</h1>
<pclass="lead">Basic grid layouts to get you familiar with building within the Bootstrap grid system.</p>
</div>
<h4>Three equal columns</h4>
<h3>Three equal columns</h3>
<p>Get three equal-width columns <strong>starting at desktops and scaling to large desktops</strong>. On mobile devices, tablets and below, the columns will automatically stack.</p>
<divclass="row">
<divclass="col-lg-4">.col-lg-4</div>
<divclass="col-lg-4">.col-lg-4</div>
<divclass="col-lg-4">.col-lg-4</div>
<divclass="col-md-4">.col-md-4</div>
<divclass="col-md-4">.col-md-4</div>
<divclass="col-md-4">.col-md-4</div>
</div>
<h4>Three unequal columns</h4>
<h3>Three unequal columns</h3>
<p>Get three columns <strong>starting at desktops and scaling to large desktops</strong> of various widths. Remember, grid columns should add up to twelve for a single horizontal block. More than that, and columns start stacking no matter the viewport.</p>
<divclass="row">
<divclass="col-lg-3">.col-lg-3</div>
<divclass="col-lg-6">.col-lg-6</div>
<divclass="col-lg-3">.col-lg-3</div>
<divclass="col-md-3">.col-md-3</div>
<divclass="col-md-6">.col-md-6</div>
<divclass="col-md-3">.col-md-3</div>
</div>
<h4>Two columns</h4>
<h3>Two columns</h3>
<p>Get two columns <strong>starting at desktops and scaling to large desktops</strong>.</p>
<divclass="row">
<divclass="col-lg-8">.col-lg-8</div>
<divclass="col-lg-4">.col-lg-4</div>
<divclass="col-md-8">.col-md-8</div>
<divclass="col-md-4">.col-md-4</div>
</div>
<h4>Full width, single column</h4>
<h3>Full width, single column</h3>
<pclass="text-warning">No grid classes are necessary for full-width elements.</p>
<h4>Two columns with two nested columns</h4>
<hr>
<h3>Two columns with two nested columns</h3>
<p>Per the documentation, nesting is easy—just put a row of columns within an existing row. This gives you two columns <strong>starting at desktops and scaling to large desktops</strong>, with another two (equal widths) within the larger column.</p>
<p>At mobile device sizes, tablets and down, these columns and their nested columns will stack.</p>
<divclass="row">
<divclass="col-lg-8">
.col-lg-8
<divclass="col-md-8">
.col-md-8
<divclass="row">
<divclass="col-lg-6">.col-lg-6</div>
<divclass="col-lg-6">.col-lg-6</div>
<divclass="col-md-6">.col-md-6</div>
<divclass="col-md-6">.col-md-6</div>
</div>
</div>
<divclass="col-lg-4">.col-lg-4</div>
<divclass="col-md-4">.col-md-4</div>
</div>
<h4>Mixed: mobile and desktop</h4>
<hr>
<h3>Mixed: mobile and desktop</h3>
<p>The Bootstrap 3 grid system has four tiers of classes: xs (phones), sm (tablets), md (desktops), and lg (larger desktops). You can use nearly any combination of these classes to create more dynamic and flexible layouts.</p>
<p>Each tier of classes scales up, meaning if you plan on setting the same widths for xs and sm, you only need to specify xs.</p>
<pclass="lead">Make use of a super basic HTML template, or dive into a <ahref="{{ site.examples }}">few examples</a> we've started for you. We encourage folks to iterate on these examples and not simply use them as an end result.</p>
<pclass="lead">Make use of a super basic HTML template, or dive into a <ahref="../getting-started#examples">few examples</a> we've started for you. We encourage folks to iterate on these examples and not simply use them as an end result.</p>
<p>Copy and paste the HTML from below to get started with a bare bones Bootstrap document.</p>
<pclass="lead">Build on the basic template above with Bootstrap's many components. Check out some of the more advanced tips for how to customize and build on top of them.</p>