Grid System

Grid System

Bootstrap grid Examples

we created some grid samples now you can examine in your browser. This first grid is using all 4 grid sizes combined in a single row. second grid indicates xs Grid,Third grid indicates sm Grid,fourth grid indicates md,fifth grid indicates lg.

lg indicates that the large grid displaying. The grid stacks horizontally < 1200px.

md indicates that the medium grid displaying. The grid stacks horizontally < 992px.

sm indicates that the small grid displaying. The grid stacks horizontally < 768px.

xs indicates that the extra small grid displaying. This grid is always horizontal.

.col-lg-4 .col-md-1 .col-sm-2 .col-xs-5
.col-lg-4 .col-md-5 .col-sm-4 .col-xs-4
.col-lg-4 .col-md-6 .col-sm-6 .col-xs-3

xs Grid

.col-xs-5
.col-xs-4
.col-xs-3

sm Grid

.col-sm-2
.col-sm-4
.col-sm-6

md Grid

.col-md-1
.col-md-5
.col-md-6

lg Grid

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