Add a box shadow to a card like element

I completed this challenge correctly but im getting a msg saying to use the given css value in the example. I used the same value from the example but still i get that msg.
Plz help me. This is the link to this challenge

make sure your browser is updated to latest version and try to deactivate your browser extensions

but to be sure there is anything wrong you need to show your code

#thumbnail{box-shadow:0px 10px 20px rgba(0,0,0,0.19), 0px 6px 6px rgba(0,0,0,0.23);}

This is how i coded it


Plz can someone help me with this challenge

Try removing the px, where the value is 0, that should fix it.

Keep in mind that your box-shadow is perfectly valid, if something is 0, it doesn’t matter if you add a unit like px, em or monkeys - 0 is 0. But the tests want you to apply exactly the box-shadow that’s provided in the challenge description.

thank you, it worked, i removed px from the zeros

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.