Click here to Skip to main content
15,908,445 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
When we use class="col-md-12" and resize window, it will work as responsive window at every resolution, and then after we use class="col-lg-12 col-md-6 col-sm-4" this also work as same then what is the difference between xs, sm, md, lg ...

What I have tried:

"Tried
responsive column one

responsive column two
"
Posted
Updated 5-Feb-17 18:08pm
v2

Hello,

Bootstrap uses a grid system made of 12 columns, and targets 4 different screen sizes.
xs for phones, sm for tablets, md for desktops, lg for large desktops.

Have a look here for plenty more details:
Bootstrap Grid System[^]

Bootstrap 3 grid system explained - YouTube[^]

Thanks.
 
Share this answer
 
Comments
Karthik_Mahalingam 5-Feb-17 22:29pm    
5
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900