Design comparison
SolutionDesign
Community feedback
- @mattstuddertPosted about 5 years ago
Great work on this challenge, your solution looks great! Just a quick heads up that I would recommend against uppercasing the text in your HTML like you've done with the navigation links. Screen reader software will read these links out letter-by-letter, which makes that content inaccessible to screen reader users. Instead, I would lowercase the text in your HTML and add
text-transform: uppercase;
in your CSS.I hope that helps! 👍
0@abidou08Posted about 5 years ago@mattstuddert Thank you for advice, i didn't knew that text format affect accessibitlty of content. Thanks again for these helpful remarks, all has been noted ;)
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