Grid vs Flex
Home
(current)
CSS Grid
Flex-Box
Documentation complète
+
Add divs
-
display: block
display: grid
grid-template-columns
grid-template-rows
grid-column-gap
grid-row-gap
justify-items: stretch
justify-items: center
justify-items: start
justify-items: end
align-items: stretch
align-items: center
align-items: start
align-items: end
Generate CSS
>
×