Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
7
Comments
1
Kevin Rasata
@kevinrasata

All comments

  • TheSilentM•20
    @TheSilentM
    Submitted 12 months ago

    Responsive QR code website using Javascript, HTML and CSS

    1
    Kevin Rasata•70
    @kevinrasata
    Posted 12 months ago

    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.
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub