Design comparison
Solution retrospective
Comments and Contributions are welcome
Community feedback
- @rohitd99Posted over 1 year ago
Hi Amenyo
Congrats on completing the challenge.
I found that you had
height: 100%
on your body andoverflow: hidden
. These properties stopped your card from expanding on mobile sizes. Instead usemin-height: 100vh
so that body expands as per the content. Also instead of using adiv
to wrap the card I'd suggest usingmain
as it is a semantic element.I also noticed that you've used the
s
strikethrough element for the old price but as per MDN docs , it is no longer relevant to use it. The elementdel
would be a better choice. Here is a link to MDN.Hope it helps
Marked as helpful0@kwaknerPosted over 1 year agothank you for the review and feedback. I appreciate@rohitd99
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