Flex layout stands for the flexible box. It gives a way to control layouts, align items within them, and give out spaces among the items in responsive conditions.
Flex
- One dimensional
- Content first
- Being one-dimensional flex deals with only columns or rows.
Grid
- Two dimensional
- Layout first
- Being two-dimensional grid deals with both columns and rows.
Top comments (0)