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 Challenge

fhelix09 40

@fhelix09

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 most proud of that I am able to do the first challenge.

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

The most challenging that I encounter on this challenge was to center the QR design. I overcome this by searching on how I can make that kind of design I have tried the margin auto and change to position:absolute, I get the exact design using on web but when I tried it on the mobile I don't it was not on the center, lucky I saw a post about using the transform: translate that is how I am able to get the exact design.

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

I would like to know if ever there is another way to center it, I use this codes to achieve my design

position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);

Community feedback

Samir 260

@Samir22Raj

Posted

The component looks great. The code is clean and easy to read.

If you are looking for a way to center the element without using position: absolute, then I would recommend you look up layouts like flexbox and grid that provide easy solutions to these positioning problems.

Also, would like to suggest starting with mobile first designs so that you don't face many difficulties down the road on responsive design.

Marked as helpful

1

fhelix09 40

@fhelix09

Posted

@Samir22Raj Thank you for the tip, I will try those.

0

@farwaayunis

Posted

THanks front end mentor

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