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 component Landing Page

@AshM10

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


What I learned

Sometimes I get really nervous writing code for no apparent reason! I felt the same way here but doing a step by step procedure on how I want to tackle the project helps a lot for me. By breaking down the project into smaller steps, it got easier for me and I felt less overwhelmed.

Community feedback

@cgrkzlkn

Posted

Good job! Make sure to use landmark elements for accessibility. HTML5 Landmarks

  • You can change your <div class="container"> to <main class="container">
  • You can wrap <div class="attribution"> with footer. Like this:
<footer>
   <div class="attribution">
   </div>
</footer>

Marked as helpful

1

@AshM10

Posted

@cgrkzlkn Thanks! I did try to wrap it with footer and then totally erased it. I've updated the code. Appreciate your time checking on my solution!

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