This commit is contained in:
Abdulhaq Emhemmed
2024-08-04 13:16:06 +02:00
committed by GitHub
parent 222db2f8c5
commit 97cc310c21

View File

@@ -69,7 +69,7 @@ In the second example, we create a grid with 2 columns and however many rows are
## CSS ## CSS
```css ```css
/* Grid with 3 rows and 5 columns */ /* Grid with 3 columns and 5 rows */
grid-size: 3 5; grid-size: 3 5;
/* Grid with 4 columns and as many rows as needed */ /* Grid with 4 columns and as many rows as needed */