Design comparison
SolutionDesign
Solution retrospective
I'm aware that there's no mobile version, would like some assistance setting that up for the future.
Community feedback
- @2divPosted over 2 years ago
Hi Amber,
Congratulation completing the challenge. Please find my tips below :
1- I suggest you to change <div id="main"> to <main class="container"> </main>
2- Yon need to add alt attribute to img tags in index.html atl attribute is used to provide information about images like what is the image about, image author, etc.Your tag should be like this <img src="images/image-qr-code.png" alt="QR-Code">
3- change <div id="caption"> to <div class="text-content">
4- Change the h5 to h1
Marked as helpful0
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