how to create following grid with bootstrap 3 ?
i checked out many answers but didn’t find a solution to my grid.
Question posted in Twitter Bootstrap
how to create following grid with bootstrap 3 ?
i checked out many answers but didn’t find a solution to my grid.
2
Answers
In Bootstrap 3, the
.span*
classes have been removed, and replaced with a combination of.col-*
classes:.col-xs-*
,.col-sm-*
,.col-md-*
, and.col-lg-*
.Source
Make 3 big columns and inside each just add more rows as you need them.
Example:
Here is the refrence on the grid system: http://getbootstrap.com/css/#grid