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 with Html and Css

@Tatianarangoc

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


How can I center the qr code Desktop: 1440px?

Community feedback

nazim 330

@NazimAitali

Posted

body{ add : padding: 0; delete : width: 100% } .section{ delete : margin: 5% 5%; and border-radius: 5%; replace with : margin: 60px auto; and border-radius: 10px; } 375px and low: .section { width: 200px; height: 400px; }

0

@xarielah

Posted

Try giving the body a flex display (flex, flex-diriection: column, justify-content: center; align-items: center)

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