Design comparison
Solution retrospective
It was probably one of the simpler ones considering the challenges they have here at Frontend Mentor. I was glad to figure it out and have it look pretty close in the end. I can't say I was too unsure of any of my code, but it was definitely nice to keep things fresh during Chirstmas vacation at school.
Community feedback
- @LySabrinaPosted 11 months ago
Looks good, almost identical to the design.
I recommend putting
background-color: var(--light-gray);
on the<body>
so that the whole page is light-gray.I recommend putting
max-width:100%
on the<main>
. For screen size greater than 1440px, there will be a empty space on the right so it's best to take the whole width.I hope these tips help. Overall, good job!
1@drekkyPosted 11 months agoThank you @LySabrina! I appreciate it.. And yes. That totally makes sense. Thats part of learning to be a better coder, is being able to think ahead. Thanks for the advice :)
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