+ 1
Which one should I use to make a responsive website, bootstrap or pure media queries?
7 Answers
+ 6
https://www.sololearn.com/Discuss/1402391/?ref=app
Please use search bar you will get similar questions
+ 5
David Gallegos see this video about how to make a responsive navigation bar with css ,i think your doubt will clear .
https://youtu.be/kEt5DCHeyJo
+ 5
There are more than media query
there are also viewport units, font size unit em, etc.
https://code.sololearn.com/W3gS00IGw160/?ref=app
+ 3
//Example
bootstrap navbar itself comes responsive but if you need your custom responsive there you can use your css media queries
+ 2
//Bootstrap will be good but there will be sometimes when you have to use media queries too and its best for practice, You can use both according to situations
0
For example?
0
Bootstrap is good, but i suggest you use media queries.