1.

Which will change the order of a grid columns?(a) .col-md-push-*(b) .col-md-offset-*(c) .clearfix(d) .col-sm-*The question was posed to me during an interview.This intriguing question originated from Responsive Overview topic in section Advance HTML of HTML

Answer»

Correct choice is (a) .col-md-push-*

The best I can explain: We can change order of the GRID columns with .col-md-push-* and .col-md-pull-* classes, we can move columns to RIGHT using .col-md-offset class. .clearfix class clears float. A column LAYOUT for small device is DONE by .col-sm-*.



Discussion

No Comment Found

Related InterviewSolutions