Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
....
What challenges did you encounter, and how did you overcome them?....
What specific areas of your project would you like help with?....
Community feedback
- @eros77scPosted about 1 month ago
Hello!
Congrats on completing another step on Frontend Mentor! Here are a few things I noticed:
- It's really cool that you chose the mobile-first approach. Besides making the code lighter for mobile users, it ends up being easier for us to write the code since with media queries, you just add things instead of removing them.
- Something seems to have happened because in the Frontend Mentor screenshot, the page looks very similar to the original. However, when visiting the live site, the cards are spread out, taking up almost the entire width of the page in a row. I’d like to understand Grid better to give you some tips on how to fix this based on your code, but I'll owe you that one for now.
- One small detail: the body
background-color
is that--clr-neutral-100: hsl(0, 0%, 98%)
you declared, and the cards have the background color you set for them.
Wishing you a great coding journey!
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