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 Main

NRR 460

@masrestu

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 are you most proud of, and what would you do differently next time?

I will try to use other technique next time.

What challenges did you encounter, and how did you overcome them?

Dividing section, see youtube tutorial.

What specific areas of your project would you like help with?

Dividing section

Community feedback

@srplanta

Posted

  1. Bro your code is far better than mine.
  2. Make page height 100% of your media screen size by using 100vh
  3. Instead of using pixels for your font size, use em & rem for better responsiveness.

Marked as helpful

0
P
Samuel 90

@samuel-jm

Posted

Nice solution, if you want to position your attribution independently from the qr component you could set its position to absolute and use top, right, etc., this will remove it from normal flow and allow the qr component to be centered on the viewport regardless of where the attribution is placed. Something like:

.attribution {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 15px;
}

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