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 Component

@eligijuslinkevicius

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

@Muhammad-adam778

Posted

Good job Eligijus, it almost match the design

  • About accessibility report: try to replace the <div class="container"> element by the <article> element and the <div class="attribution"> by <footer> element, and put all of that in <main> element like this
<main>
    <article>
        <img src="./images/image-qr-code.png" alt="QR Image">
        <h1>Improve your front-end skills by building projects</h1>
        <p>Scan the QR code to visit Frontend Mentor and take your coding skills to the next 
        level</p>
    </article>
    <footer>
        Challenge by <a href="https://www.frontendmentor.io?ref=challenge" 
        target="_blank">Frontend Mentor</a>. Coded by
        <a href="www.github.com/eligijuslinkevicius">Eligijus Linkevicius</a>.
    </footer>
</main>

These elements above is called semantic elements.

I hope this helps you

Marked as helpful

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