fix(curriculum): clarify instruction regarding color (#44688)

* Added instruction to clarify color should be red

* Added comma before "and" for punctuation

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
This commit is contained in:
Darshan Vaishya
2022-01-07 00:56:43 +05:30
committed by GitHub
parent b061a760c1
commit 9b6dc9ee34

View File

@@ -9,7 +9,7 @@ dashedName: step-90
Now that you're familiar with the `box-shadow` property you can finalize the shadows, starting with the one for the red marker.
In the `.red` CSS rule, update the values for the `box-shadow` property so `offsetX` is `0`,`offsetY` is `0`, `blurRadius` is `20px`, and `spreadRadius` is `0`.
In the `.red` CSS rule, update the values for the `box-shadow` property so `offsetX` is `0`,`offsetY` is `0`, `blurRadius` is `20px`, `spreadRadius` is `0`, and `color` is `red`.
# --hints--