QR Code Component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @denielden
Hi Hina, congratulations on completing the challenge, great job! 😁
Some little tips for optimizing your code:
- use
main
tag to wrap the page content and improve the Accessibility - also use
article or div
tag instead ofmain
tag to the container card for improve the Accessibility - use
min-height: 100vh
to body instead ofheight
, otherwise the content is cut off when the browser height is less than the content
Hope this help! Happy coding 😉
Marked as helpful - use
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