Order Summary _ Front End Mentor Challenge
Design comparison
Solution retrospective
Third Project _ Box Shadow was a new concept for me and needed to wrap my head around that. I believe it is still not as accurate as what the expected display was, happy to hear any other methods one can use for this
Thanks :)
Community feedback
- @freaky4wrldPosted about 1 year ago
Hey there, congratulations on completing the challenge, you can use the following link :-
Play with the sandbox provided there with different values and try to grasp it in a more interactive and playful way !!!!
SUMMARY box-shadow is used to add shadow to the element and has following shorthand :-
box-shadow: horizontal-offset vertical-offset blur-radius shadow-color;
- horizontal-offset: is used to determine the position of shadow on the horizontal axis and it's width
- vertical-offset: is used to determine the position of shadow on the vertical axis and it's width
- blur-radius: used to determine the blur quantity
- shadow-color: is to color the shadow
You can get more details on the MDN link above, hope it helps
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord