In bootstrap, to give divs a width we are using col-xx-6 for example, here it will span 6 columns, so what's the use of xx? what is the difference between using sm and md? I tried it and couldn't see the difference. seems like the 6 is only affecting that.
Asked
Active
Viewed 113 times
0
-
2possible duplicate of [What is the difference among col-lg-\*, col-md-\* and col-sm-\* in twitter bootstrap3?](http://stackoverflow.com/questions/19865158/what-is-the-difference-among-col-lg-col-md-and-col-sm-in-twitter-bootstra) – Imran Feb 09 '15 at 05:31
-
`XX` are for screen sizes. – PM 77-1 Feb 09 '15 at 05:31