Design comparison
Solution retrospective
Obviously not the most challenging one, but it's always good to practice!
Community feedback
- @correlucasPosted about 2 years ago
Hello rushinstuffin, congratulations for your solution!
Great solution and great code, what I liked most was the minimal struefor the html, is really rare to see someone that didn't a unnecessary div and you didn't, that's great. If you want to reduce even more the code you delete the class and select all elements in css with the direct seletor for each one since there's only content of each kind.
You've used h3 here, but since the title bold is the main title for this page you should go with h1 otherwise you'll have the solution report panel giving you an accessibility error, remember to increase the headings following the sequence h1 h2 h3...
Anyway, amazing solution, it's already done. Keep it up
Marked as helpful2 - @PhoenixDev22Posted about 2 years ago
Hello rushinstuffin,
Congratulation on completing this frontend mentor challenge. Excellent work! I have some suggestions regarding your solution:
- In my opinion, the image is an important content. The alternate text is needed on this image. The alternate text should indicate where the Qr code navigate the user : like QR code to frontend mentor not describes the image.
- Page should contain <h1>. To tackle the accessibility issue In this challenge , you may use <h1> instead of <h3 >
Great job in this one. Hopefully this feedback helps.
Marked as helpful1@kyle-barry-appsPosted about 2 years ago@PhoenixDev22 Thanks so much for the feedback!
0@PhoenixDev22Posted about 2 years ago@kyle-barry-apps Glad to help. Happy coding!
0 - @AdrianoEscarabotePosted about 2 years ago
Hi @kyle-barry-apps, how are you?
I really liked the result of this project, but I have some tips that I think you will like:
1- Page should contain a level-one heading click here
The rest is really good! You did a great job on the responsiveness of the project
Hope it helps... 👍
Marked as helpful0@kyle-barry-appsPosted about 2 years ago@AdrianoEscarabote Got it thanks! I didn't realize this was important for accessibility
1
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