Design comparison
SolutionDesign
Solution retrospective
Feedback is always welcomed
Community feedback
- @DiarrahPosted over 4 years ago
To get over those accessibility issues when you have an image with no text or alt tag all you have to do is add an "aria-label" on the <a> tag. Like this:
<a href="#" aria-label="Facebook icon">Hope that helped, Diarrah
2@webbymaestroPosted over 4 years agoI still have same accessibility issues even after adding aria-label
0@DiarrahPosted over 4 years ago@webbymaestro Hmmm make sure to put the # in the href maybe?
1 - @akdscoPosted over 4 years ago
looks like font-weight and buttons size needs adjusting, some spacing around to make it closer to the original design. Other than that looks great, didn't look into code, I guess accessibility issues could be easily fixed ;) good job!
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