Submitted over 3 years ago
Responsive Loopstudios landing page using CSS Grid and Flexbox
@abubakarMana01
Design comparison
SolutionDesign
Solution retrospective
Feedbacks will be appreciated
Community feedback
- P@tedikoPosted over 3 years ago
Hello, Abubakar Mana! 👋
Good job on this challenge! Your solution looks good and responds well! I would suggest:
- Since your header and footer logo image is decorative your
alt
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. 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.
Good luck with that, have fun coding! 💪
1@abubakarMana01Posted over 3 years ago@tediko Didn’t think about all those. Thanks man for your feedback.
0 - Since your header and footer logo image is decorative 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