Submitted over 3 years ago
Mobile first responsive design CSS , JavaScript, HTML
@DexterDick
Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcome! :)
Thanks
Community feedback
- @tedikoPosted over 3 years ago
Hello, Dexter Dick! 👋
Congratulations on finishing another challenge! Your solution responds quite well and looks nice. What I can suggest is:
- Since your
.logo__picture
and.device-picture
image is decorative youralt
text should be provided empty (alt="") so that they can be ignored by assistive technologies, such as screen readers. - Add
:focus
pseudo class to interactive elements like anchors, buttons etc. Useoutline
property to make your website more accessible to keyboard users. - I think i would use
anchor tag
instead ofbutton
for.call-to-action
since this element will navigate to different page.
Good luck with that, have fun coding! 💪
0@DexterDickPosted over 3 years ago@tediko Thank you for your feedback. I made the changes as you recommended.
0 - Since your
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