You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: curriculum/challenges/english/25-front-end-development/lecture-working-with-css-grid/673226b97d4a731e0577ae93.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -90,19 +90,19 @@ What is the specific use case of the `grid-area` property?
90
90
91
91
## --answers--
92
92
93
-
To define the layout of the grid using named areas.
93
+
To specify an area of the grid to exclude.
94
94
95
95
### --feedback--
96
96
97
-
This property places individual grid items within specific positions or named areas.
97
+
This property places individual grid items within specific positions.
98
98
99
99
---
100
100
101
101
To specify the size of grid items.
102
102
103
103
### --feedback--
104
104
105
-
This property places individual grid items within specific positions or named areas.
105
+
This property places individual grid items within specific positions.
106
106
107
107
---
108
108
@@ -114,7 +114,7 @@ To create a visual representation of the grid.
114
114
115
115
### --feedback--
116
116
117
-
This property places individual grid items within specific positions or named areas.
117
+
This property places individual grid items within specific positions.
0 commit comments