CSS Grid vs FlexBox | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answers
+ 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