Grid System , CSS Vs Bootstrap ! | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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