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

Responsive QR Code Component Challenge using SASS

@akramAdjab

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


Feedback welcome!

Community feedback

PhoenixDev22 16,950

@PhoenixDev22

Posted

Hello Akram Adjab,

Congratulation on completing this challenge. Your solution looks great. I have some suggestions regarding your solution if you don’t mind:

  • You should use <main> to wrap the card and <footer> for the attribution. HTML5 landmark elements are used to improve navigation experience on your site for users of assistive technology.
  • In my opinion, the alternate text should indicate where the Qr code navigate the user : like QR code to frontend mentor .
  • Page should contain <h1>. In this challenge, you may use<h1> visually hidden with class=”sr-only”. You can find it here
  • Adding rel="noopener" or rel="noreferrer" to target="_blank" links. When you link to a page on another site using target=”_blank” attribute, you can expose your site to performance and security issues.
  • width: 30reman explicit width is not a good way to have a responsive layout. Consider using max-width to the card instead.
  • There are so many arguments against setting the root font-size: 62%it state that you should never change the root font size because it harms accessibility.

hopefully this feedback helps.

Marked as helpful

0

@akramAdjab

Posted

@PhoenixDev22 Thank you so much for your feedback, I'll be more careful next time about these things!

0
PhoenixDev22 16,950

@PhoenixDev22

Posted

@akramAdjab

You're welcome. Happy coding!

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