Design comparison
Solution retrospective
Hi Developers! This is my solution to the challenge, Please provide with any comments if any. Thanks
Community feedback
- @FluffyKasPosted almost 3 years ago
Hiya,
Very nice looking solution! It has some problem with the responsiveness though: check it between 375 and 590px.
For solving the accessibility issues: you could wrap your content in
main
. Also, there should only be oneh1
(the report will probably tell you this, as soon as you include amain
in your code). For the titles you could useh2
s and have a screen-reader onlyh1
that is visually hidden from the average user. If you google visually-hidden/sr-only classes, you could find a good solution for this.Marked as helpful0@inesriahiPosted almost 3 years ago@FluffyKas Thanks for this valuable feedback! I have tried to solve the problems you mentioned. Would you please check how to solve the accessibility issue that arose?
Thank you so much,
0@FluffyKasPosted almost 3 years ago@onshadi Huh, I honestly didn't expect that to happen. Interesting. Let me play around with my own code, I'll figure it out and let you know ^^
1@FluffyKasPosted almost 3 years ago@onshadi Hey, I copy-pasted your sr-only class into my code and it's not giving me any issues. Here's my solution, just in case. It's odd but my best guess is that github updates quite slowly, so perhaps you just need to wait a few mins and generate a new report? It was pretty slow for me.
At least this was a good opportunity to revisit and improve my old solution to this challenge, so yay ^^
Marked as helpful0@inesriahiPosted almost 3 years ago@FluffyKas Yes, that was the problem 😶 ! Thank you so much for your help.
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