QR code component solution

Please log in to post a comment
Log in with GitHubCommunity feedback
- @dave-teg
Hi there! Good job on completing the challenge. Your solution is good, very close to the design. One suggestion I might make is on your css file line 23, you wrote height: 100vh; on main selector i think you should rather use min-height: 100vh; cause if you have any more content, it might overflow the container if you use height: 100vh. cause it restricts it only to that height. Otherwise, it was a good solution.
Happy Coding!
Marked as helpful
Join 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