I am pretty new to bootstrap on ASP.NET MVC. I would like to know what is the difference between the following col types?
col-lg-##
col-md-##
col-sm-##
col-xs-##
When is the ideal type to be used?
I am pretty new to bootstrap on ASP.NET MVC. I would like to know what is the difference between the following col types?
col-lg-##
col-md-##
col-sm-##
col-xs-##
When is the ideal type to be used?
I would first recommend spending some time with the documentation http://getbootstrap.com/css/#grid
Generally, the size indications correspond to the screen size in which you are creating the layout....
xs - Extra small devices Phones (<768px)
sm - Small devices Tablets (≥768px)
md - Medium devices Desktops (≥992px)
lg - Large devices Desktops (≥1200px)