CSS Grid vs FlexBox | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

CSS Grid vs FlexBox

I was wondering wich framework should I use. Maybe you guys can help me out! Iā€™m creating a webpage with three.js and I want to make som kind of a grid with a lot of examples of three.js canvases. Iā€™ve been using bootstrap but I find it not useful anymore. Thx! And Iā€™m sorry I have lost my English since It has been a lot not living in UK

21st Mar 2019, 8:28 AM
IvƔn R. GƔzquez
IvƔn R. GƔzquez - avatar
4 Respostas
+ 7
CSSĀ GridĀ Layout is a two-dimensional system, meaning it can handle both columns and rows, unlikeĀ flexboxwhich is largely a one-dimensional system (eitherĀ in aĀ column or a row). A coreĀ difference betweenĀ CSSĀ Grid and FlexboxĀ is that ā€” CSSĀ Grid'sĀ approach is layout-first whileĀ Flexbox' approach is content-first. //take what is best for youšŸ˜‰šŸ˜šŸ˜Š
21st Mar 2019, 10:10 AM
Max Andal
Max Andal - avatar
+ 6
https://foundation.zurb.com/
21st Mar 2019, 12:25 PM
Š’Š°Šæ
+ 2
Okay I was testing the Q&A It seems a bit toxic...
21st Mar 2019, 1:23 PM
IvƔn R. GƔzquez
IvƔn R. GƔzquez - avatar