fix(curriculum): Modified one of the ambigious options of a question in grid lecture challenge (#58342)

This commit is contained in:
agilan11
2025-02-01 01:10:33 +05:30
committed by GitHub
parent 0b9d914602
commit fd780af00c
@@ -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--