└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Explore Grid and Flexbox 2 | 3 | ## Topics 4 | 5 | ### Flexbox 6 | 7 | - flex 8 | - flex-direction and axis 9 | - justify-content 10 | - align-items 11 | - gap 12 | - flex-wrap 13 | 14 | ### Grid 15 | 16 | - grid 17 | - grid-template-columns 18 | - grid-template-rows 19 | - Grid lines 20 | - Repeat 21 | - Minmax 22 | - Auto Fit 23 | - Auto Fill --------------------------------------------------------------------------------