Describe your problem and how to reproduce it:
Two things:
box-shadow can takeCurrently, the list of possible values for box-shadow is messy, because it is within a paragraph and may be difficult to parse how many values a single shadow takes. Secondly, the example doesn't explain how there are multiple shadows. Turns out, this is done because there is a comma there.
Suggested Fix
box-shadow, something like this:The box-shadow property takes values for
offset-x(how far to push the shadow horizontally from the element),offset-y(how far to push the shadow vertically from the element),blur-radius,spread-radiusand- a color value, in that order.
The
blur-radiusandspread-radiusvalues are optional.
Add a Link to the page with the problem:
https://learn.freecodecamp.org/responsive-web-design/applied-visual-design/add-a-box-shadow-to-a-card-like-element
Tell us about your browser and operating system:
Note: given the upcoming changes to freeCodeCamp's next release as of the writing of this issue, you may claim this issue to work on, but it being merged will probably happen after the next big release. If you have any doubts, please ask in the contributors Gitter chat.
Hi, I would like to work on this issue.

Is this list style fine? @erictleung
@BA1RY looks good to me :+1:
@erictleung I have made a PR. Please have a look at it.