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

Grid System , CSS Vs Bootstrap !

Why CSS Grid is better than Bootstrap for creating layouts ?

13th May 2019, 8:35 PM
Ayoub ghozzi - FormaLab
Ayoub ghozzi - FormaLab - avatar
3 Answers
+ 5
Bcuz css grid have unlimited columns , while only 12 columns in Bootstrap !!
13th May 2019, 8:49 PM
Guezi Louay
Guezi Louay - avatar
+ 4
Bootstrap is just css library. If you really good in css, you dont need bootstrap, you can create your own components, as what 🇳🇬 Mofey 🇳🇬 mentioned. You should learn css grid and flexbox, there are latest css styling format. Here some codes that build by pure css only. https://code.sololearn.com/Wc9xlP68I822/?ref=app https://code.sololearn.com/WiLqTS0rCNIC/?ref=app
14th May 2019, 12:44 AM
Calviղ
Calviղ - avatar
+ 3
Left to me, if one can really master CSS very well, one wouldn't really need to worry about learning bootstrap. For instance, if you check out my code below, you'll notice that I didn't make any use of bootstrap in my code yet I was able to achieve the YouTube, SoloLearn and Instagram icons without any use of bootstrap. https://code.sololearn.com/Wy982Ri73YM2/?ref=app
13th May 2019, 9:12 PM
eMBee
eMBee - avatar