-
Which of the following changes order of the grid columns?
-
- .col-*-push-*
- .collapse
- .col-*-pull-*
- .col-*-offset-*
- None of these
Correct Option: C
.col-*-pull-* changes order of the grid column, .col-*-offset-* moves columns to the right, these classes increase left margin of a column by * columns, .col-*-push-* changes order of the grid columns, .collapse indicates collapsible content.