+ 1
Differences between CSS Flexbox or Grid?
The are many ways to create a layout for a web page but what are the differecens between these two models if both use containers. There any situation wich is reccomended using one agains the other? Thanks!
1 Resposta
+ 1
I've been looking for the answer and I want to share what I found. The Flexbox model is usually to use for an only continer, I mean It,s for 2 dimension and the grid model is use to create the layout of the whole page (various containers) it's for 3 dimension.