Fixed Typo (#20473)
This commit is contained in:
@ -17,7 +17,7 @@ where parameters is whatever you want it to be.
|
|||||||
|
|
||||||
### Solution
|
### Solution
|
||||||
|
|
||||||
Since the challenge requires you to create three columns of 100px each, declare the followin in your .container CSS codeblock:
|
Since the challenge requires you to create three columns of 100px each, declare the following in your .container CSS codeblock:
|
||||||
|
|
||||||
````css
|
````css
|
||||||
grid-template-columns: 100px 100px 100px;
|
grid-template-columns: 100px 100px 100px;
|
||||||
|
Reference in New Issue
Block a user