Responsive Stats preview card component with Flexbox

Solution retrospective
Any feedback/suggestion is highly appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @brkcln
Hey there, good job.
- You can use "border-radius" for borders,
- For purple filter, background color on main div not a good practice, try to use ":before" and "absolute: position". You can check google for information,
- Your image not responsive, "object-fit: fill" not good for it try "cover",
- Some margin on stats, when i shrink it they are touching the bottom,
- On mobile its overflowing, play with flex-wrap, font-size and padding try to fix it,
- On tablet its not good, have to change it i guess,
And the last one try to "not" set height not good practice..
Some of your code not working. Delete some of them..
I'm sorry for my bad english, keep working^^
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