Design comparison
Solution retrospective
I would not use percentages for width or height, because it makes the card size all wrong when the browser window is resized!
Community feedback
- @RaviBelePosted 8 months ago
Solution looks good, There are few improvements you can try is instead of setting margins in pixel try to set
auto
for top bottom left right value if want to make the content to center. Try to avoid setting height and width, instead you can try min-height and max-width properties. It will make your content more responsive.Keep learning. Thanks
Marked as helpful1 - @R1shabh-GuptaPosted 8 months ago
You need to ensure there's adequate spacing between each element; for instance, the gap between the title and content seems insufficient, resulting in a cluttered appearance. Aside from that, everything seems fine.
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