Design comparison
SolutionDesign
Solution retrospective
any reviews accept
Community feedback
- @Adel-HarratPosted over 1 year ago
Hello, congrats on completing this challenge
this css code will improve it even more, try it out :D
body { width: 1440px; // REMOVE THIS display: grid; // ADD THIS place-items: center; // ADD THIS min-height: 100vh; // ADD THIS } .QR-CODE { margin: 50%; // REMOVE THIS }
Happy Coding !
Marked as helpful1
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