Solution QR code by HTML & CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @mayankdrvr
Congratulations @Ashiqur2279 for completing this challenge. Your design matches the solution very well.
Here are a few observations-
- Try to use the Block Element Modifier(BEM) naming method as a good practice of naming classes for referencing html elements in the css file.
- The h1 heading should be used not more than once for SEO and better page rankings in every web page.
- Putting all your stylling in a separate .css file is a good practice.
- Using noopener and noreferer in <a> elements is a good security practice with cross browser compatibility.
- Avoid using <div> element in html file and use semantic html elements throughout the code for better web accessibility.
Awesome solution and keep it up.
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