|
|
|
|
|
by irrational
2463 days ago
|
|
Use CSS Grid for a grid - like a spreadsheet with multiple rows and columns. Use Flexbox for a single row or column. So you might have a 10x10 grid and in the cell in row 3 column 5 you might want to have a bunch of images that are all in a row. Use Flexbox to layout those images. |
|