Fixed Typo (#20473)

This commit is contained in:
Scott Tran
2018-10-26 14:06:47 -05:00
committed by Huyen Nguyen
parent 17a6936154
commit 200a376382

View File

@ -17,7 +17,7 @@ where parameters is whatever you want it to be.
### 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
grid-template-columns: 100px 100px 100px;