mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): Modified one of the ambigious options of a question in grid lecture challenge (#58342)
This commit is contained in:
+4
-4
@@ -90,11 +90,11 @@ What is the specific use case of the `grid-area` property?
|
||||
|
||||
## --answers--
|
||||
|
||||
To define the layout of the grid using named areas.
|
||||
To specify an area of the grid to exclude.
|
||||
|
||||
### --feedback--
|
||||
|
||||
This property places individual grid items within specific positions or named areas.
|
||||
This property places individual grid items within specific positions.
|
||||
|
||||
---
|
||||
|
||||
@@ -102,7 +102,7 @@ To specify the size of grid items.
|
||||
|
||||
### --feedback--
|
||||
|
||||
This property places individual grid items within specific positions or named areas.
|
||||
This property places individual grid items within specific positions.
|
||||
|
||||
---
|
||||
|
||||
@@ -114,7 +114,7 @@ To create a visual representation of the grid.
|
||||
|
||||
### --feedback--
|
||||
|
||||
This property places individual grid items within specific positions or named areas.
|
||||
This property places individual grid items within specific positions.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user