mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): hyphenate auto-placed items in CSS Grid review (#64799)
This commit is contained in:
@@ -30,7 +30,7 @@ dashedName: review-css-grid
|
||||
```
|
||||
|
||||
- **`grid-template-rows`**: This is used to set lines names and sizing for the grid track rows.
|
||||
- **`grid-auto-flow`**: This determines how auto placed items fit in the grid.
|
||||
- **`grid-auto-flow`**: This determines how auto-placed items fit in the grid.
|
||||
|
||||
```css
|
||||
.container {
|
||||
|
||||
Reference in New Issue
Block a user