Stats preview card component webpage using HTML5,CSS3,Flexbox,Grid

Solution retrospective
I have created this webpage using Flexbox and Grid. It might not be pixel-perfect but that is not what I am trying to achieve anyways. Feedbacks are appreciated.(:
Please log in to post a comment
Log in with GitHubCommunity feedback
- @darryncodes
I think you've nailed it Nuray, nice one.
You might want to play around with the fixed height on the image as on some tablet size screen's it gets cut off.
@media (max-width: 1000px) .left, .right { width: 100%; height: 350px;
Or tweak this:
background-position: right center;
.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