QR code component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Agnik7
Hi, Congratulations on solving this challenge!!🎉🎉🎉🎉. Your solution was very good. However, I have some suggestions that might help you.
- Provide the required background color to the
body
, referring to the style-guide.md file. - Replace the final
div
tag with afooter
tag, as it is supposed to be the footer element of the page. Also, a blank space has accidentally been added to thetarget="_blank"
.
Replace <div class="attribution"> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="https://anik-das-portfolio.netlify.app/" target="_blank ">Anik Das</a>. </div> with <footer class="attribution"> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="https://anik-das-portfolio.netlify.app/" target="_blank">Anik Das</a>. </footer>
-
Instead of using
h6
tag, useh1
tag. This way, you won't have to alter the font size that much. -
Wrap the whole code inside
body
but just before the footer, inside amain
tag, to get rid of the accessibility issue Document should have one main landmark.
Hope this comment helps you. Please feel free to correct me if you said anything incorrect.
Have a nice day!!!
Marked as helpful - Provide the required background color to the
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