Design comparison
SolutionDesign
Solution retrospective
My first challenge of many, really looking forward to hearing your feedback to help me grow! 🙂
Community feedback
- @Islandstone89Posted 10 months ago
Hi, well done! Here is some feedback:
HTML:
- The alt text must also say where it leads(frontendmentor.io).
CSS:
-
Performance-wise, it's better to link fonts in the
<head>
of the HTML than using@import
. -
It's good practice to include a CSS Reset at the top.
-
Add around
1rem
ofpadding
on thebody
, so the card doesn't touch the edges on small screens. -
Remove the
height
fromhtml
andbody
. -
Add
min-height: 100svh
onbody
. -
Change
width
tomax-width
on the image. -
max-width
on the card should be in rem.
Marked as helpful1
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