QR code component using html and css

Please log in to post a comment
Log in with GitHubCommunity feedback
- @fnwork
Hello, I want to share with you some of the things I have learned here so far from amazing people that you can use in your next project.
- Your font size should be in rem or em and not px
- it is good to move your CSS style to another file, then link it to the HTML file
- make sure to take out the commented sentences before you deploy your project
- if you have some time, please read on Flex and Grid - it will help you with the layout
- lastly, I was introduced to https://utopia.fyi/ (helps with layout, font size, etc.) and https://www.a11yproject.com/ ( is a checklist that helps you with accessibility on your site) - check it out
Good luck with your next project
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