Submitted almost 3 years ago
Fylo data storage component using Flexbox and CSS Grid
@nakoyawilson
Design comparison
SolutionDesign
Solution retrospective
Any suggestions on how I can improve are welcome!
Community feedback
- @lucasweidasPosted almost 3 years ago
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 helpful0@nakoyawilsonPosted almost 3 years ago@lucasweidas Thanks Lucas! While I was working I made a mental note to address the background size at widths larger than 1440px and then completely forgot. It's fixed now. Thanks again for the reminder.
1
Please log in to post a comment
Log in with GitHubJoin 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