Design comparison
SolutionDesign
Solution retrospective
Enjoyable challenge, I had issues with the desktop version and am still not happy with it. Any feedback in that regard would be appreciated.
Community feedback
- @jcboteroPosted over 1 year ago
Hi Kimball, nice code!. The only thing I could add to you is that perhaps the size of your design was somewhat small. You can fix this in your css sheet, with the body selector. something like that:
body { width: 100vw; }
If you need different sizes, you can do it with media-queries.
If you think this helped you, please mark the comment as helpful. Thank you!
0
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