Difference between flex and grid | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Difference between flex and grid

Hmmm

26th Apr 2022, 11:05 PM
Adjei Ofori Abel
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/
26th Apr 2022, 11:26 PM
Chris Coder
Chris Coder - avatar