Design comparison
SolutionDesign
Solution retrospective
I'm just practicing both CSS and Flexbox.
I hope i did well in this challenge, any comment will be appreciated.
Thank you <3
Community feedback
- @Harshi786Posted over 2 years ago
Hi @pbitonga17!
Congrats on completing the challenge.
-
Click on View Report button, then on a right side a red colored Generate New Report button will appear.
-
Now click on generate new report button, it will reveal the HTML and Accessibility issues.
-
I guess you have already worked on html issues. Here are the tips for accessibility issues-
Links must have discernible text
: Use aria-label attribute. Example<a href=" #" aria-label="facebook profile"> <i class="fa-brands fa-facebook-f"></i> </a>
. For details click on the link
Hope this helps :)
Marked as helpful1 -
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