Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am proud of understanding how to optimize css files
What challenges did you encounter, and how did you overcome them?No problems
What specific areas of your project would you like help with?Can you look at my media queries in CSS and give some feedback on them?
Community feedback
- @marliedevPosted 8 days ago
Hi! Another improvement for your solution would be to add the following to the container:
.container{ grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
This way the grid adjust itself better to the different screen-sizes.
Marked as helpful0 - @Thomas-Ngo-1Posted 8 days ago
Hi, your solution looks very nice, good job :) I would like to add 1 small feedback about the shadow box of each cards that you can spread the blur out a little bit. You can use the code below to check: box-shadow: 0px 10px 30px -20px grey;
Marked as helpful0
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