Stats preview card component using Grid and Flexbox

Solution retrospective
Hi everyone, I would love to get feedback on my solution.
Built with HTML, CSS, Grid, Flexbox
Please log in to post a comment
Log in with GitHubCommunity feedback
- @afrussel
Hi, Nice output. Responsive view also working well. Just a few feedback.
- for font-size use
rem
instead ofpx
- After
<body>
use amain
is better. like<main class="grid-container">
- Instead of using number like
container1
in class give a meaning full name will better ie.custom-container
Hope that this helpful for you :)
Marked as helpful - for font-size use
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