Design comparison
SolutionDesign
Solution retrospective
- advise me something
Community feedback
- @denieldenPosted over 2 years ago
Hi Mahmoud, I took some time to look at your solution and you did a great job!
Also add
main
tag and wrap the card for Accessibility and add descriptive text in thealt
attribute of the imageOverall you did well :)
Hope this help and happy coding!
Marked as helpful0 - @NaveenGumastePosted over 2 years ago
Hello Mahmoud Attiyah ! Congo π on completing this challenge
Let's look at some of your issues, shall we:
-
First of all give the background color which is provided in style-guide.md
-
You should use
h1
tag for the card title notp
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@M-AttiyahPosted over 2 years ago@Crazimonk Thank you, I appreciate your advice
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