0
How to make a website responsive without bootstrap cause bootstrap not giving me desired output whenever i change styling......
what about media queries???
4 Réponses
+ 3
These threads may also be helpful:
https://www.sololearn.com/Discuss/163612/?ref=app
https://www.sololearn.com/Discuss/129519/?ref=app
Additional threads:
https://www.sololearn.com/Discuss/156914/?ref=app
https://www.sololearn.com/Discuss/1370400/?ref=app
https://www.sololearn.com/Discuss/244900/?ref=app
+ 3
There are lots of ways to make a responsive website.
- div height / width in percentages
- media queries
- CSS Flexbox
- CSS Grid
- JavaScript
- jQuery
etc. are all tools you would want to have on hand and know when to use each. Further, you would need to know how they perform across the browsers you are supporting.
Or you can work it out with a misbehaving framework (Bootstrap, React, etc.) on a case by case basis. 😉
+ 2
thanks janning
+ 2
Happy to help. 🙂