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

jimmylee 130

@jimmylee2021

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

Franck 180

@SFN98

Posted

your solution looks good, but i have some changes that you can make for the next solution. first of all try to use semantic HTML the more possible, so you can use <main></main> for your container.

Then to center correctly an element on the page you can use this css code on the body:

body{
min-height:100vh;
display:flex;
justify-content:center;
align-items:center;
}

Marked as helpful

1

jimmylee 130

@jimmylee2021

Posted

@SFN98 I just updated my codes thanks for the correction 🤝

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