Design comparison
Solution retrospective
Do you think I have approached the problem properly?
What could I improve?
Is the README well written?
Community feedback
- @Sidd5arthPosted over 1 year ago
@dannygorgon Hi there, overall its a good solution!, well if I look into the details you can decrease the width the card and increase the spread and opacity of the vertical shadow on the card.
Marked as helpful0@dannygorgonPosted over 1 year ago@Sidd5arth Thank you so much for your feedback Siddharth! 😎
I know how to decrease the width, when you say spread and opacity - do you mean I should add a box shadow ? Is opacity a property of the box shadow?
Thank again in advance!
0@Sidd5arthPosted over 1 year ago@dannygorgon yes something like this will work
code: box-shadow: 0px 12px 40px rgba(45, 62, 80, 0.1);
1@dannygorgonPosted over 1 year agoThank you so much again, I really appreciate your feedback. @Sidd5arth
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