Stats-Preview-Card (Responsive Design)

Solution retrospective
What're some better practices for CSS positioning instead of using set px values for width and height?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @hitmorecode
Nice well done. If you add
mix-blend-mode: multiply;
to.color-overlay
it will look better.border-top-right-radius: 10px; border-top-left-radius: 10px; /* you can write this in a shorter way */ border: 10px 10px 0 0; /* top left, top right, bottom right, bottom left */
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