QR component using CSS and HTML

Please log in to post a comment
Log in with GitHubCommunity feedback
- @josh76543210
Great job on your solution! Looks Good!
Here are some recommendations for improving your code:
HTML: Use semantic elements such as <main> and <footer> to improve the accessibility and organization of your page.
CSS: Use relative units like em or rem for the font-size instead of using pixels. The font-size in absolute units like pixels does not scale with the user's browser settings.
I hope you find these useful!
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