issues
search
rafaelgeronimo
/
freeCodeCamp
1
stars
1
forks
source link
CSS Grid
#7
Closed
rafaelgeronimo
closed
6 years ago
rafaelgeronimo
commented
6 years ago
[x] Create Your First CSS Grid
[x] PassedAdd Columns with grid-template-columns
[x] PassedAdd Rows with grid-template-rows
[x] PassedUse CSS Grid units to Change the Size of Columns and Rows
[x] PassedCreate a Column Gap Using grid-column-gap
[x] PassedCreate a Row Gap using grid-row-gap
[x] PassedAdd Gaps Faster with grid-gap
[x] PassedUse grid-column to Control Spacing
[x] PassedUse grid-row to Control Spacing
[x] PassedAlign an Item Horizontally using justify-self
[x] PassedAlign an Item Vertically using align-self
[x] PassedAlign All Items Horizontally using justify-items
[x] PassedAlign All Items Vertically using align-items
[x] PassedDivide the Grid Into an Area Template
[x] PassedPlace Items in Grid Areas Using the grid-area Property
[x] PassedUse grid-area Without Creating an Areas Template
[x] PassedReduce Repetition Using the repeat Function
[x] PassedLimit Item Size Using the minmax Function
[x] PassedCreate Flexible Layouts Using auto-fill
[x] PassedCreate Flexible Layouts Using auto-fit
[x] PassedUse Media Queries to Create Responsive Layouts
[x] PassedCreate Grids within Grids