Design comparison
SolutionDesign
Solution retrospective
Leave Any Adivce
Community feedback
- @NaveenGumastePosted over 2 years ago
Hello Yaser47 ! Congo π on completing this challenge
Let's look at some of your issues, shall we:
-
The color for the "verified buyer" is very dull compared to the original design so check that out
-
You should not use Element
p
inside ofspan
tag. -
Warp your card content around the main tag Ex: π
<body> <main class="container"> *all you content here* </main> </body>
happy Codingπ
Marked as helpful0 -
- Account deleted
Hello there! π
Congratulations on finishing your challenge! π
I have some feedback on this solution:
- Always Use Semantic HTML instead of
div
like<main>
<header>
<footer>
, etc for more info
Marked as helpful0 - Always Use Semantic HTML instead of
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