AS a developer I faces lots of problem while making website responsive to make website visible correctly on all devices like mobile, tablet and desktop. So, today I am sharing some Bootstrap responsive CSS styles and Media Queries tips with you.
But make sure that you are not repeating the same media queries for the same screen size. Otherwise it will override your previous CSS style rules.
The Grid Sizes
.col-xs-$ => Extra Small (Phones Less than 768px).col-sm-$ => Small Devices (Tablets 768px and Up)
.col-md-$ => Medium Devices (Desktops 992px and Up)
.col-lg-$ => Large Devices (Large Desktops 1200px and Up)
Here is the Responsive CSS Style for all Screen Sizes
Read more: https://scotch.io/tutorials/default-sizes-for-twitter-bootstraps-media-queries
Comments
Post a Comment