Can we make a responsive web without using Bootstrap ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

Can we make a responsive web without using Bootstrap ?

To my knowledge that one of a ways to create a responsive web is using bootstrap. But is there another way to create a responsive web besides using bootstrap ?

3rd Sep 2018, 2:56 PM
Andrian
Andrian - avatar
10 Answers
+ 14
You can without frameworks nowadays. You can use the CSS Grid (which is implemented on most browsers, except IE, obviously... -_-). So you can replace the Boostrap Grid with the CSS Grid. Also, CSS has something called media queries. They work like if statements. However, if you want something more complex, there are always other frameworks being developed.
4th Sep 2018, 12:04 AM
Gami
Gami - avatar
+ 7
Glad to see your response guyss... But i just learned responsive web design. Can you tell me what I should learn first? And then which is more effective? CSS grid, flexbox, or framework (bootstrap, etc) Thank you for your answer :)
4th Sep 2018, 12:52 PM
Andrian
Andrian - avatar
+ 5
Yes u can use another frameworks. U can make it with PHP.
3rd Sep 2018, 4:58 PM
patos
patos - avatar
+ 4
Sure ;)
3rd Sep 2018, 7:41 PM
DANIOALEKSANDro
DANIOALEKSANDro - avatar
+ 4
Yeah, you can. Through media query, CSS Grid and Flexbox. But till now I find Bootstrap to be the best among all. It's quite difficult and mess at starting but eventually you will find it way easier and addictive. I recommend you to have command on Bootstrap. It will save your time and also will decrease your lengthy CSS codes
4th Sep 2018, 5:25 AM
Manish Kumar
Manish Kumar - avatar
+ 4
A very easy and effective way to make a responsive mobile first web site is to use w3css. It has build in css correction and responsiveness.
26th Oct 2018, 12:11 AM
Ryan Els
Ryan Els - avatar
+ 4
Sure.
28th Nov 2018, 10:38 AM
DIPTIRANI SAHU
+ 2
Yes.
4th Sep 2018, 8:51 AM
Janningā­
Janningā­ - avatar
+ 2
Yes, you can. You can create your grid with css.
5th Oct 2018, 6:32 PM
Jamille Rocha
Jamille Rocha - avatar
+ 1
Yes you can. I, and many others made responsive sites before Bootstrap was created.
26th Oct 2018, 5:25 PM
Bobcoe