Design comparison
Solution retrospective
Just practicing my skills. Feedback more than welcome!
Community feedback
- @correlucasPosted about 2 years ago
πΎHello Semi_Square, congratulations for your new solution!
Your solution is just amazing and really responsive. I can tell that you've paid a lot of attention to the responsiveness.
Something you can improve is the
box-shadow
that is too dark, to create smooth shadows ever uselow opacity
and increase theblur
value. Here's a good value for the card shadowbox-shadow: 0 0.9375rem 2.625rem -0.6875rem rgb(131 166 210 / 40%);
If you're not familar to box shadows you can this online tool create the shadow design and just drop the code in the css: https://www.cssmatic.com/box-shadow
π I hope this helps you and happy coding!
1@Semi-SquarePosted about 2 years ago@correlucas Thanks a lot for the feedback! Also this website for box shadows is amazing, thanks!
1@correlucasPosted about 2 years ago@Semi-Square @Semi-Square You're welcome, happy to hear that was helpful!
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