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 my solution

@RobertoBaiochi

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


A cool challenge to do, any feedback?

Community feedback

Kapline 140

@TrueKapline

Posted

Nice work! Congratulations on completing this challenge 👏

  • You should rename your h2 to h1 since every page must contain at least one.
  • Also, you don't really need so many containers such as <div class="container">, <div class="main-container"> and <section>. You can easily move content inside <main> tag without any other sections. Like this:
main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    padding: 16px;
    box-shadow: 0px 6px 10px hsl(218deg 25% 72% / 48%);
}
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