Design comparison
SolutionDesign
Community feedback
- @KathundPosted over 2 years ago
Looks good but was looking at your report and found something that might help.
One of your "Accessibility Issues" The text said
<a href="/" class="logo logo-img-1x">
To fix this you can remove the / in your href and replace it with a #This works because when checking the url it will come back fine because # means id and you can jump to a id by calling it in your url. if I had an id called test. I can jump to it by going to mywebsite.com/#test
Hope this helps
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