fix(challenges): minor css grid typo
This commit is contained in:
committed by
Kristofer Koishigawa
parent
ab912e4fe2
commit
f1474303e6
@ -382,7 +382,7 @@
|
|||||||
"id": "5a9036ee38fddaf9a66b5d37",
|
"id": "5a9036ee38fddaf9a66b5d37",
|
||||||
"title": "Add Gaps Faster with grid-gap",
|
"title": "Add Gaps Faster with grid-gap",
|
||||||
"description": [
|
"description": [
|
||||||
"<code>grid-gap</code> is a shorthand property for <code>grid-row-gap</code> and <code>grid-column-gap</code> from the previous two challenges that's more convenient to use. If <code>grid-gap</code> has one value, it will a create a gap between all rows and columns. However, if there are two values, it will use the first one to set the gap between the rows and the second value for the columns.",
|
"<code>grid-gap</code> is a shorthand property for <code>grid-row-gap</code> and <code>grid-column-gap</code> from the previous two challenges that's more convenient to use. If <code>grid-gap</code> has one value, it will create a gap between all rows and columns. However, if there are two values, it will use the first one to set the gap between the rows and the second value for the columns.",
|
||||||
"<hr>",
|
"<hr>",
|
||||||
"Use <code>grid-gap</code> to introduce a <code>10px</code> gap between the rows and <code>20px</code> gap between the columns."
|
"Use <code>grid-gap</code> to introduce a <code>10px</code> gap between the rows and <code>20px</code> gap between the columns."
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user