Fylo data storage component using Flexbox and CSS Grid

Solution retrospective
Any suggestions on how I can improve are welcome!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @lucasweidas
Nice job, Nakoya Wilson! I see a small problem with the
background-image
in yourbody
. To fix it, just set this code.@media (min-width: 1440px) { body { background-size: 100% 52.5%; } }
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