Design comparison
Solution retrospective
Hello! This is my solution for the QR code component challenge. I've opted by using just HTML5 and CSS3 for this project, and the thing that's make me most proud is the CSS code organization, I've spend a considerable time in code refactor to make it more readable and maintainable. I already have an idea of how to improve maintainability, but if you've any suggestion feel free to tell me!
What challenges did you encounter, and how did you overcome them?No particular challenge in mind, once I'm very familiar with the used technologies.
What specific areas of your project would you like help with?I would like to know how I can improve my HTML code, for example, in terms of accessibility and good SEO practices.
Community feedback
- @thaArcadeGuyPosted 3 months ago
First of all I like how your CSS has been arranged. Me being a newbie in web development I think its well structured. The issue I see from your solution is the font color of the h1 element. From the style-guide that was given it should have been {color: hsl(218, 44%, 22%);}.
0 - @akato-designPosted 3 months ago
Nice work. For Seo you could add a more detailled description of the image for the "alt" rather than just "qr code", maybe.
0
Please log in to post a comment
Log in with GitHubJoin 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