Design comparison
SolutionDesign
Solution retrospective
Hello there, here is my new solutions using only HTML and CSS. All feedbacks are welcome. Regards
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi yudiz, how are you?
I really liked the result of your project, but I have some tips that I think you will enjoy:
- To inform the user who uses assistive technologies what the main content of the page is, then wrap the main content of the page with the
main
tag - The links must have an aria-label or sr-only text that tells where the link navigates the user. For example: Visit our Facebook. For images, you should set aria-hidden=”true” to be ignored by screen readers and to avoid redundancy and repetition.
The rest is great!
I hope it helps... 👍
Marked as helpful0 - To inform the user who uses assistive technologies what the main content of the page is, then wrap the main content of the page with the
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