SyntaxStudy
Sign Up
Home Bootstrap Exercises Bootstrap Grid Classes

Bootstrap Grid Classes

Beginner

Fill in the correct Bootstrap grid classes.

A Bootstrap grid uses columns total.

To create a container: class=""

To create a row: class=""

To create a column taking 6 of 12 columns: class="col-"

To stack on mobile but show side-by-side on medium screens: class="col-12 col-md-"