Design comparison
SolutionDesign
Solution retrospective
your feedback is very important
Community feedback
- @kens-visualsPosted about 3 years ago
Hey @othmanbenhamdoune 👋🏻
I've got a couple of suggestions for the project.
- For the icons, add
aria-hidden="true”
, because it's for decoration. You can read more aboutaria-hidden
here. To illustrate:
<img src="/four-card-feature-section-master/images/icon-team-builder.svg" alt="" aria-hidden="true”>
- On mobile viewport width, text in
.top
should havetext-align: center
instead ofleft
I hope this was helpful 👨🏻💻 all in all, you did a great job especially with responsiveness, nicely done. Cheers 👾
Marked as helpful1 - For the icons, add
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