Design comparison
SolutionDesign
Community feedback
- @natho19Posted 4 months ago
Hi 👋, you did a great job accomplishing this challenge. The code is clean and well-written. The mockup was respected...
However, if we want to go into details, I have a small suggestion for you regarding the box-shadow:
- The box-shadow of the card in the mockup is slightly different from yours.
#flex-center { -webkit-box-shadow: 0px 10px 100px -50px rgb(0, 0, 0); box-shadow: 0px 10px 100px -50px rgb(0, 0, 0); }
In the mockup, we have a box-shadow that is more towards the bottom with less blur and spread.
Apart from this small suggestion, the work is excellent 👌.
Keep up the good work 😉.
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