Design comparison
SolutionDesign
Solution retrospective
Hope I've done this as it should be. 😊
Community feedback
- @tedikoPosted over 3 years ago
Hello, AminBabu! 👋
Congrats on finishing another challenge! 🎉 Your solution looks very good and also responds well. Here's my few tips:
- Add
:focus
pseudo class to interactive elements like anchors, buttons etc. Useoutline
property to make your website more accessible to keyboard users. Focusable elements like anchor, buttons or inputs they have applied default:focus
pseudo class withoutline
property. These default styles are subtle and hardly visible tho. Furthermore every browser has a slightly different default style for the outline, so you probably want to change the default style. Read more about why we should change focus styles. - Change the
alt
attributes for the.header-logo
,.hero-image
,.service-icon
,.collaboration-image
images, as they don't add any extra context for screen reader users. Since your images are decorative youralt
text should be provided empty (alt="") so that they can be ignored by assistive technologies. - I believe you forgot about
:hover
for your interactive elements.
Good luck with that, have fun coding! 💪
Marked as helpful1@aminbabuPosted over 3 years ago@tediko At first, I wanna give you hearty thanks. 🥰 As a newbie, I'm trying to do my best, and day by day I'm working on my skills. Your advice will be so helpful for me. I will work more to improve the user experience. 🤝🏻
0 - Add
- @Skyz03Posted over 3 years ago
Hi Aminbabu 👋, Great solution keep up the great work! Happy coding!
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