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:
@@ -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--
|
||||
|
||||
|
Reference in New Issue
Block a user