Design comparison
SolutionDesign
Solution retrospective
QR-code card was a challenge for the front-end mentor. I solve it using Bootstrap and custom CSS. you can view and give feedback.
Community feedback
- @EngineerHamzieyPosted over 2 years ago
Hello Rahimullah, you have done a great work
Here are my suggestions concerning the accessibility issues
- Always add the language attribute to your <html> tag, i.e it should look like <html lang="en"> and here en means English.
- All page content should be contained by landmarks, like Header, footer, main, aside.....so Instead of <div class="container"> you should use <main class="container"> And your .attribution should be inside the footer tag
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