How to make a website responsive without bootstrap cause bootstrap not giving me desired output whenever i change styling...... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make a website responsive without bootstrap cause bootstrap not giving me desired output whenever i change styling......

what about media queries???

10th Nov 2018, 9:37 AM
phenom**
phenom** - avatar
4 Answers
+ 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. šŸ˜‰
10th Nov 2018, 10:21 AM
Janningā­
Janningā­ - avatar
+ 2
thanks janning
10th Nov 2018, 10:29 AM
phenom**
phenom** - avatar
+ 2
Happy to help. šŸ™‚
10th Nov 2018, 11:00 AM
Janningā­
Janningā­ - avatar