Stats preview card - HTML, CSS Flexbox e Media query

Solution retrospective
This is my first challenge ever. I've just learned CSS flexbox, so I try this challenge to see what I really remember.
If someone could give me some feedback to improve my skills, I would really appreciate it.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @FarisPalayi
Hey, nice job on this one. It looks excellent 👏. Well done!
My one suggestion is:
- on tablet devices, you can't see the stats. You can solve this by simply adding a
overflow-y: auto
to the.container2
class. Because, currently, it isoverflow: hidden
.
Marked as helpful - on tablet devices, you can't see the stats. You can solve this by simply adding a
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