1.

What is grid system and list some grid classes?

Answer»

The Bootstrap grid System has a limit of 12 columns across the entire page. If a DEVELOPER does not want to use the 12 columns individually then, it can be merged to create a more full column.

Bootstrap Grid system Classes

 

The grid system has the following FOUR classes-

  • xs (for the PHONES - screens less than 768px wide)
  • sm (for the TABLETS - screens equal to or greater than 768px wide)
  • md (for the small laptops - screens equal to or greater than 992px wide)
  • LG (for the laptops and the desktops - screens equal to or greater than 1200px wide)


Discussion

No Comment Found