
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
.
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?.
Community feedback
- @hitmorecodePosted 3 months ago
Nice well done. The size of the card is a bit of, but it looks nice. Just a few tips.
- You should change
h2
toh1
a web page must have one h1 tag. - You use
br
to break the header, you don't need to do that. You can remove the br tag. - Don't add
font-family
on the CSS reset.font-family
should be added on the body. - You should change
p
for the price to<s></s>
. - You should look into semantic html.
I hope you find this helpful. Keep it up👍👌
Marked as helpful0 - You should change
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