--- layout: example title: Grid template ---

Bootstrap grids

Basic grid layouts to get you familiar with building within the Bootstrap grid system.

Three equal columns

.col .col-lg-4
.col .col-lg-4
.col .col-lg-4

Three unequal columns

.col .col-lg-3
.col .col-lg-6
.col .col-lg-3

Two columns

.col .col-lg-8
.col .col-lg-4

Full width, single column

No grid classes are necessary for full-width elements.

Two columns with two nested columns

.col .col-lg-8
.col .col-lg-6
.col .col-lg-6
.col .col-lg-4