is using Bootstrap grid system is better than using css3 media queries? -


I am using Bootstrap Grid System in my website to get responsive layout, after margin and font size There are no break points like CSS3 media queries. Using Bootstrap Grid System means there is no reason to use CSS3 media queries ?? Or should I use both ?? And the answers will greatly appreciate.

Breakpoints must be defined based on content.

The bootstrap grid system is just a set of defaults, the default which will not apply to all (or perhaps more) use cases.

You have to use a grid system with media queries that are correct - the size of your usage case


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -