Design comparison
SolutionDesign
Solution retrospective
Guys how is my qr- code scanner project please give any suggetions about this. your feedback is valuable to me
Community feedback
- @ddkogitPosted 11 months ago
its nice but i recommend centering the whole container containing the qr image.
0@vishnu-13-97Posted 11 months ago@ddkogit Thank you for your suggestion How to center the whole container
0@ddkogitPosted 11 months ago@vishn body { margin: 0; display: flex; align-items: center; justify-content: center; min-height: 100vh; } its not the solution, but you can get idea from it.
1@ddkogitPosted 11 months ago@vishn body { margin: 0; display: flex; align-items: center; justify-content: center; min-height: 100vh; } its not the solution, but you can get idea from it.
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