+ 2
How to make my website responsive quickly by using bootstrap ?
I am unable to make my website responsive by media quries and it is time consuming đ
2 Answers
+ 4
Use bootstrap visit official website of bootstrap read docs.
+ 1
Bootstrap is a free, easy to learn but very powerful css framework basically it gives you some pre-build class-names that you have to put in your html elements, every class-names have their own corresponding css style (written by bootstrap team). It's provide mobile-first development which means 95% of your site will be responsive without writing any single line of media queries.
https://youtu.be/QE5oQh63gGE