Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
All feedback is welcome
Community feedback
- @IzykGitPosted 3 months ago
Good work!
Instead of using margins to move your qr code around you can do this
body { height: 100vh; display: flex; justify-content: center; align-items: center; }
This will automatically put your qr card in the middle of the screen. As well for the image instead of using margin you can give the qr container a padding. Padding will create even space between its order and the inside content.
The projects also come with a stylesheet that gives you all the info you need to style the project correctly!
Keep up the good work!
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