Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

QR Code Challenge using HTML and CSS

@driespindola

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


This challenge was easier than last one. I tried to make it centered and with right box-shadow Please tell what I can improve!

Community feedback

Ahmed Bayoumi 6,740

@Bayoumi-dev

Posted

Hey Dri Espindol,

  • It looks good! but you have some Accessibility issues you need to fix.
  • Images must have the alternate text you should set the alt attribute to provide alternative information for an image if a user for some reason cannot view it
<img src="./images/image-qr-code.png" id="qr-code-image" alt="QR code">
  • All page content should be contained by landmarks, So contain the attribution in <footer>.
<footer class="attribution">
    Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. 
    Coded by <a href="#">Your Name Here</a>.
  </footer>

Keep coding 👍

Marked as helpful

0

@driespindola

Posted

@Bayoumi-dev Thanks for the help. I already edited to fix the issues.

0

Please log in to post a comment

Log in with GitHub
Discord logo

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