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 website using Javascript, HTML and CSS

@TheSilentM

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

P

@kevinrasata

Posted

The provided HTML and CSS are generally well-structured, but there are a few areas where improvements can be made to enhance the readability, maintainability:

  • Ensure to use semantic tags to enhance readability, consider using <article> or <section> instead of just <div>.
  • Improve alt text for images to provide better context.
  • Avoid repetitive code within media queries by using more fluid design principles.
  • Avoid using absolute positioning and fixed percentages for responsive layouts. Flexbox or CSS Grid can be used more effectively.
  • Combine repetitive styles within media queries.
  • Use box-sizing: border-box; globally to handle padding and border better.
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