Clipboard landing page built with CSS flexbox and custom properties.
Design comparison
Solution retrospective
your feedback is much appreciated.
Community feedback
- @tedikoPosted over 3 years ago
Hello, Haris Shah! 👋
Congrats on finishing another challenge! Your solution responds well and looks good. What I'd suggest you is:
- Since your
.logo=header
,.col-img
,.access-img
,.info-child-img
images are 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. 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! 💪
0@hariscsPosted over 3 years agothank you for reading my code, and I'll use all your advice in the upcoming projects. once again thank you so much.
0 - Since your
- @palgrammingPosted over 3 years ago
Looks great 🌟🌟🌟🌟🌟. Transitions look good and the spacing looks good the only think you might want to look at is the spacing of the footer nav links and they might need a little more room between the columns at desktop width
0@hariscsPosted over 3 years agothank you for your feedback. and I'll look into that issue. and I have another problem, in the "keep track section" when I apply flex on the image and the text, it divides into two columns, but when I start making my screen smaller the image shrinks but the text have the same size it's not shrinking with the image. how can I make them equal and equally shrink and grow at the same time?
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