Responsive News homepage using HTML, SASS and JAVASCRIPT

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Dytoma
Hey👋
Good job on completing this challenge, Here are some suggestions I have:
- For accessibility when you have a button surrounding an image, you should use
aria-label`` for screen readers and
aria-hidden="true" ``` form the image. You should get something like<button class="open opened" aria-label="open"><img src="./assets/images/icon-menu.svg" alt="open" aria-hidden="true"/></button>
You can read more about ARIA here 📚.
Happy coding👏
- For accessibility when you have a button surrounding an image, you should use
Join 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