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

Frontend Mentor QR Code

RhysT97 120

@RhysT97

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
Nico 330

@Nico243

Posted

As instructed it looks well done, using external stylesheet helps with maintainability and with larger projects.

Try using semantics instead of divs see code below:

<main>
    <article class="#">
        <figure class="#">
            <img src="#" alt="#">
            <figcaption>
               
            </figcaption>
        </figure>
        <section>

        </section>
    </article>
</main>

It is more structured and easier to read.

Well Done!

Marked as helpful

1

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