Design comparison
SolutionDesign
Solution retrospective
I am a beginner to HTML and CSS. I would love your valuable feedback.
Community feedback
- @tedikoPosted over 3 years ago
Hello, SarathCKV! 👋
Good job! Your solution looks nice. What I can suggest is:
- Since your
.logo
and.dashboard-img
image is decorative youralt
text should be provided empty (alt="") so that they can be ignored by assistive technologies, such as screen readers. - Read about semantic. Semantic elements lead to more consistent code, they are easier to read and improve accessibility.
- Wrap your
.social
icons inanchor tag <a>
. - Add
:focus
pseudo class to interactive elements like anchors, buttons etc. Useoutline
property to make your website more accessible to keyboard users. You did that forinput
so good job, but others element also needs that.
Good luck with that, have fun coding! 💪
1 - 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