Divyamsharma-18 / QR-code-component-Responsive-challenge-

Solution retrospective
I'm just proud of doing it so effortlessly, next time I'll do it with time boundation.
What challenges did you encounter, and how did you overcome them?None
What specific areas of your project would you like help with?None tbh.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @crsaele
I congratulate you for your efforts 😊
If anything i would say try to write more semantic html.
It is highly recommended to utilize semantic HTML elements, such as <main></main>, instead of generic <div></div> tags, to provide a clear structure and meaning to your content. This approach not only enhances code readability but also improves accessibility and search engine optimization (SEO).
Writing semantic HTML is important for accessibility, SEO, code readability and maintainability, cross-browser compatibility, and future-proofing.
By using appropriate HTML elements, you can create a clear and consistent structure for your content, making it easier for users, search engines, and other developers to understand and interact with your website.
Marked as helpful - @Mimi3678
Great work! Looking at your code was easy to read, navigate and straight on point! Your solution also align with the style-guide that was given, but noticed that you also made small changes too
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