mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
Corrected spelling in 'following' (#32360)
This commit is contained in:
parent
fa4ddea155
commit
b499ea880a
@ -11,7 +11,7 @@ You can define rows by using the `grid-template-rows` CSS property.
|
||||
|
||||
### Solution
|
||||
|
||||
Since the challenge requires you to create two rows of `50px` each, declare the followin in your `.container` CSS code block:
|
||||
Since the challenge requires you to create two rows of `50px` each, declare the following in your `.container` CSS code block:
|
||||
|
||||
````css
|
||||
grid-template-rows: 50px 50px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user