Submitted over 2 years ago
Time tracking dashboard solution (HTML, CSS, JS)
@NenevAleksey
Design comparison
SolutionDesign
Community feedback
- @devmor-jPosted over 2 years ago
You did a great job on this challenge 😍 and everything is working as expected.
There is only one tiny suggestion I can make just as the report says:
Simply put all main content into one
main
tag so search engines and screen readers could have a better understanding of your HTML structure.Top level
div
with class of dashboard can be converted to amain
tag but check and make sure nothing breaks:<main class="dashboard"> ... </main>
Hopefully that should be it. Keep it up 💪
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