+ 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 ?
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.
+ 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 :)
+ 5
Yes u can use another frameworks. U can make it with PHP.
+ 4
Sure ;)
+ 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
+ 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.
+ 4
Sure.
+ 2
Yes.
+ 2
Yes, you can. You can create your grid with css.
+ 1
Yes you can. I, and many others made responsive sites before Bootstrap was created.