flexbox, css, html

Solution retrospective
Do you know something I can do better?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @thiago-hds
Hi! Nice work!
I noticed some problems on Firefox because you used
width: -webkit-fill-available
. I think if you replace it withwidth: 100%
it will be fixed.You could also vertically center the card.
Otherwise it looks great!
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