Submitted over 3 years ago
Desktop first HTML/SCSS 3 columns cards preview
@mohamed-ndoye811
Design comparison
SolutionDesign
Solution retrospective
This was mainly for fun and quick practice but any advice or suggestion is heavily welcome!
Community feedback
- @tedikoPosted over 3 years ago
Hello, Mohamed NDOYE! 👋
Congrats on finishing another challenge! Your solution responds well. There's few suggestions from me:
- Since your
.card__icon
image is decorative youralt
text should be provided empty (alt="") so that they can be ignored by assistive technologies, such as screen readers. - Don't use divs for everything. Your
.card__title
should be a heading element<h1-h6>
and your.card__text
a paragraph<p>
.
Good luck with that, have fun coding! 💪
0@mohamed-ndoye811Posted over 3 years ago@tediko Hey thanks for your answer! You're totally right, I'm going to make those changes thanks again for the advices!
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