Flex vs grid #14
Answered
by
Abhinav-ark
Dharaneesh2703
asked this question in
Q&A
-
Where do you use grid and where do you use flex? |
Beta Was this translation helpful? Give feedback.
Answered by
Abhinav-ark
Mar 6, 2024
Replies: 1 comment
-
The difference between grid layout and flexbox layout is that flexbox is used for a layout in one dimension - a row most commonly. Grid is used for two-dimensional layout - rows, and columns at the same time. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Dharaneesh2703
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The difference between grid layout and flexbox layout is that flexbox is used for a layout in one dimension - a row most commonly. Grid is used for two-dimensional layout - rows, and columns at the same time.