1.

Explain The Use Of Media Queries In The Bootstrap Framework?

Answer»

There are three main breakpoints that are used in Bootstrap for making it compatible to all platforms.

  1. SMALL Devices (Mobiles, Smartphone, Tablets,) at 768px
  2. MEDIUM Devices (PC, DESKTOP, LAPTOPS) at 992px and up
  3. Large Devices (Large Screen desktops, Laptops) with 1200px and up
  4. Max-width and Min-width are used in CSS media queries for affecting the specific DEVICE set.

There are three main breakpoints that are used in Bootstrap for making it compatible to all platforms.



Discussion

No Comment Found