This was my second css grid

Solution retrospective
Next goal to submit a junior challenge that use a sass.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @tesla-ambassador
Hey Troy! It's great to see that you have uploaded yet another awesome solution. Your report is looking so clean, kudos! 👌 Anyways It's responsiveness is consistent on all screens but I think it'd be a lot better if you switched to one grid column at a minimum screen width of
650px
because your card component still fits in the layout even at that screen width. (I also recommend using pixels instead ofem
orrem
to specify screen widths in your media queries)- You might also want to add a hover state to your button to give it a more interactive feel and make it look less static. Otherwise, this is a very solid solution, keep up the great work and keep on coding! 👍
Marked as helpful
Join 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