Submitted about 2 years ago
Frontend Mentor - QR code component solution
@debadutta98
Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
πΎHello again Debadutta Panda, congratulations for your new solution!
Your solution is great, I liked the color you've used for the background, is shinning. The only thing you really miss to improve it is to clean a bit the html removing some unnecessary divs and to git it the proper vertical centering:
Here's the fixes I did to your code to align with
min-height
andflex
:.bg-qrbg { min-height: 100vh; --tw-bg-opacity: 1; background-color: rgb(232 249 253 / var(--tw-bg-opacity)); display: flex; flex-direction: column; align-items: center; justify-content: center; }
π I hope this helps you and happy coding!
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