Design comparison
SolutionDesign
Solution retrospective
It's better to bulding on CSS GRID or Flexbox ?
Community feedback
- @kens-visualsPosted about 3 years ago
Hey @hadysane 👋🏻
I've got some feedback for the project
- The car icons, should have
aria-hidden="true”
, because they are for decoration. You can read more aboutaria-hidden
here. For example:
<img src="images/icon-sedans.svg" alt="" aria-hidden="true">
- Also, I suggest adding
transition: all 0.2s;
to the button and the links, this will make:hover
smoother. You'll see what I mean when you add it.
I hope this was helpful 👨🏻💻 overall, you did a great job, keep it up. Cheers 👾
Marked as helpful1 - The car icons, should have
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