Design comparison
Community feedback
- @Islandstone89Posted 9 months ago
Hi there, well done!
A few tips:
HTML:
-
You need to include the icons in your repo.
-
Alt text should be empty since these are decorative icons:
alt=""
.
CSS:
-
It's good practice to include a CSS Reset at the top.
-
Add around
1rem
ofpadding
on thebody
, so the card container doesn't touch the edges on small screens. -
max-width
on.cards
should be in rem. -
Media queries must also be in
rem
. I think the layout should be changed to 3 columns earlier. The cards seem to get a bit wide around40rem
(640px), so I would have that as the breakpoint.
Marked as helpful0@panigrahiSukrutiPosted 7 months agoThanks for the helpful feedback on my frontend challenge! I'll definitely use your suggestions to get better. If you have any more tips or resources, I'd love to hear them. Thanks again
1 -
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