+ 1
Difference between flex and grid
Hmmm
1 Réponse
+ 1
Grid and flexbox. The basic difference between CSS Grid Layout and CSS Flexbox Layout is that flexbox was designed for layout in one dimension - either a row or a column.
Grid was designed for two-dimensional layout - rows, and columns at the same time.
More info - https://css-tricks.com/quick-whats-the-difference-between-flexbox-and-grid/