
Design comparison
SolutionDesign
Solution retrospective
Feedback welcome <3.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Mennatallah-Hisham
Hi IReistI,
Congratulations on completing your first challenge
I have some suggestions to improve your code:
- each page should have one (only one) <h1>, h1 helps web understand the content.
<h1>Improve your front-end skills by building projects</h1>
- wrap the card in <article>
<article> <img src="images/image-qr-code.png" alt="Qr code"> <div> <p class="text1">Improve your front-end skills by building projects</p> <p class="text2">Scan the QR code to visit Frontend Mentor and take your coding skills to the next level</p> </div> </article>
- you can add meta description for better SEO, it provides a brief summary of a web page.
everything else looks great
hope you find this helpful, Happy Coding
Marked as helpful
Join 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