Design comparison
SolutionDesign
Solution retrospective
How can I center the qr code Desktop: 1440px?
Community feedback
- @NazimAitaliPosted over 2 years ago
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 - @xarielahPosted over 2 years ago
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 GitHubJoin 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