Design comparison
Solution retrospective
In this project I have become more organized and have better analyzed the figma design.
Community feedback
- @korniykomPosted 2 months ago
The first thing that catches the eye is the thickness of the border. It should be
1px
. Even though there is no predefined class in Tailwind CSS with that thickness, you should've usedborder-[1px]
.Also, I think you should fix the height to
522px
by usingh-[522px]
.Your custom shadow has an offset of 10px in both directions, which is close to
8px
but still not exactly 8px. Next time, take a closer look at the provided Figma file.Apart from that, your card seems identical to the reference. Keep up the good work!
Marked as helpful0@Pablo-Zallio-DevPosted 2 months ago@korniykom Thank you very much for your comment, I will check all your recommendations!
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