Css, html and fontawesome

Please log in to post a comment
Log in with GitHubCommunity feedback
- @mattstuddert
Awesome work on this challenge Berava, it looks great! Just a couple of little pointers after taking a look at your code:
- I'd recommend only ever having a single
h1
on the page. Having multiple can cause content hierarchy issues with some screen readers. - This is a really small one, but I'd put the "Download" call-to-actions as anchor tags instead of
button
elements. This is because you'd expect them to link to another page if this were a fully-functional site.
Keep up the great work and I hope you find the new reporting feature useful!
- I'd recommend only ever having a single
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