Design comparison
SolutionDesign
Community feedback
- @NehalSahu8055Posted over 1 year ago
Hello Coder 👋.
Congratulations on successfully completing the challenge! 🎉
Few suggestions regarding design.
➨ Wherever you see
width
in pixels just replace it withmax-width
and see the difference your whole design will bemore responsive
.➨ You forget to add
cursor: pointer;
on buttons. It will be more user-friendly to add it.➨ You can use
accessibility features
likearia, sr-only, and title
which are accessible to screen readers.I hope you find this helpful.
Happy coding😄
Marked as helpful0@lusifer65Posted about 1 year ago@NehalSahu8055 thank you so much for your suggestions ❤
1
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