
Design comparison
Solution retrospective
Most proud of nice hover effects, would probably do vertical spacing better next time
What challenges did you encounter, and how did you overcome them?Vertical spacing issues and issue with card type highlight-- wasn't sure about the best way to implement. I assigned it a width but it may break if the word is longer.
What specific areas of your project would you like help with?better solution for card-type issue
Community feedback
- P@andreasdahlgren78Posted about 2 months ago
I like the shadow effect. Could add @media query to fix it for other sizes of screens (mobile devices).
Easy to read and understand the code, well structured.
Marked as helpful0 - @AjaySinghPanwarPosted about 2 months ago
You are doing great!!!
For the colors and common things like spacing you can use css variables
:root { --yellow: #f4d04e; --spacing-lg: 24px; }
Try to replicate the design as close as possible. You are mising border radius on image. Try adding the shadow as well. Thanks
Marked as helpful0
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