CSS Grid vs Bootstrap | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

CSS Grid vs Bootstrap

If you've played around with both, which do you prefer and why? Which of them serves your purpose easily?

3rd Dec 2017, 11:09 AM
Abubakar S Sambo
Abubakar S Sambo - avatar
2 Answers
+ 2
grid , it's perfect , gives so much more control than bootstrap, and the best part is when you want responsive design to hold good no matter what the device is I find grid to be best. for nav panels and many other things I used to use float , then got to know the beauty of flex but it gets complicated when u use property for column wise. then came grids, now I use layer after layer of grids for everything it so easy and visualisation is so easier. I also made this simple code some days ago to point out it's features, open that code in wide screen for analysis or else it ll be useless on portrait view and small screens https://code.sololearn.com/WMm3nsy4iTn0/?ref=app
3rd Dec 2017, 11:22 AM
Morpheus
Morpheus - avatar
0
Until a while ago, I've been using Bootstrap. But i find CSS Grids neater & quite easier to use and edit (you don't need to touch your html code). Plus you don't need JavaScript like you would for Bootstrap.
3rd Dec 2017, 11:13 AM
Abubakar S Sambo
Abubakar S Sambo - avatar