Design comparison
SolutionDesign
Community feedback
- @WDWaleedPosted about 1 year ago
Amazing! Just two things I think you might want to take a look at:
- Add a box shadow to the card:
box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.2);
- Add border-radius to the image to make rounded corners:
border-radius: 1rem;
You can tweak the code further if you like. Over all, amazing detail in the design.
1
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