Submitted almost 2 years ago
Responsive QR-Code component made with | HTML5 | CSS3 | FLEXBOX |
@Miked0
Design comparison
SolutionDesign
Solution retrospective
This is a solution for this challenge, if you guys have some tips.
Please let me know in the comment section.
Thank you all!
Community feedback
- @MelvinAguilarPosted almost 2 years ago
Hello there π. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
HTML π:
- Since this component involves scanning the QR code, the image is not a decoration, so it must have an
alt
attribute. Thealt
attribute should explain its purpose. e.g.QR code to frontendmentor.io
CSS π¨:
- To center the component in the page, you should use Flexbox or Grid layout. You can read more about centering in CSS here π.
I hope you find it useful! π Above all, the solution you submitted is great!
Happy coding!
Marked as helpful1 - Since this component involves scanning the QR code, the image is not a decoration, so it must have an
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