stats-preview-card-component-main solution

Please log in to post a comment
Log in with GitHubCommunity feedback
- @hannibal1631
Great Job overall. But there's obviously room for improvements.
-
You're image is not well proportioned. The fix is rather simple. Just give your card-content and card-image a width of 50% each. That way they both will take 50/50 of the container width, as per the original design.
-
You've given a full border-radius to the image which is not the case. so just use
border-radius: 0rem 0.5rem 0.5rem 0rem;
.
But i really like how you used the hover property on the heading, that thing looks sick. Great Thinking.
Happy Coding!!!
Marked as helpful -
Join 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