|
|
|
|
|
by silvestrov
1486 days ago
|
|
Flex and grid are 2 different domains. Grid is good for making grids. Flex is good for creating flows of content, like a <div> where all childs has display:inline-block. It supports wrapping when content can't be on a single line. |
|