Design comparison
Solution retrospective
How to get that shadow effect in circles ..kinda 3D effect ? And even, please look at the code and give some suggestions, I am a new in designing and would love some feedback :)
Community feedback
- @ChanneasPosted over 4 years ago
Looks good. You can create the shadow effect using a box-shadow the blur radius set to zero. I would also set the spread to something negative, otherwise the shadow is a bit too big in my opinion.
Try adding this shadow to the yellow image:
box-shadow: 0px 8px 0px -2px rgba(199,108,27,1);
A great tool for generating box shadows is: https://www.cssmatic.com/box-shadow
0@Rushabh-RunwalPosted over 4 years agoThanks for your time, mate. But I am looking for the shadow asked in the challenge. It is more like the top-border Shadow and bottom-border shadow , And even that of different colors. I am unable to find such thing. So if you can please help me out.
0
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