Resposive Frontend Mentor | Time tracking dashboard with flex and js.

Please log in to post a comment
Log in with GitHubCommunity feedback
- @rukhulkirom
Hello there👋. Good job on completing the challenge!
I have some suggestions about your code that might interest you.
-
Currently, the <li> element is used to select a timeframe. However, <li> is better suited for static lists, not interactive ones. Replace it with <button> to improve accessibility and UX.
-
In the profile section (.report_for), the vertical padding is quite large. Use display: flex; align-items: center; to be more flexible.
I hope you find it useful! Above all, the solution you submitted is great!
Happy Coding!
-
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