Responsive Stats Preview Card Component

Solution retrospective
First time attempting a mobile-first workflow. Any feedback is appreciated, especially regarding the responsiveness of the page! Thanks.
P.S. I know the design looks a bit off from the original, and I was wondering if that's only because of me not having access to the exact measurements and sizes, or am I actually doing something wrong?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @PaliTriesToDesign
Hello!
Actually I think it looks pretty good. Congrats.
On your
.image-container
media query you can reduceborder-top-left-radius: 0; border-top-right-radius: 1rem; border-bottom-right-radius: 1rem;
toborder-radius: 0 1rem 1rem 0;
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