Submitted over 1 year agoA solution to the QR code component challenge
Mobile scanner using Css
accessibility, angular, animation, bootstrap, django
@Laxdoms

Code
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Ezekiel225
Hello @Laxdoms
Your project looks really good!
I just have a few suggestions:
Consider adding a min-height of 100vh to the body element centralize your project and also, reduce the font size of the paragraph tag with the class oflabel from 1.5rem to 1rem. Change the background-color of the hsl(212, 45%, 89%)
body { min-height: 100vh; justify-content: center; display: flex; align-items: center background-color: hsl(212, 45%, 89%); } .label { font-size: 1rem; }
I hope it helps!
Other than that, great job!
Happy coding.
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