3 Column Card Component With CSS Fles
Design comparison
Community feedback
- @vanzasetiaPosted almost 2 years ago
Hi, Clement! π
Good effort on this challenge! π
One suggestion I have is to leave the alternative text empty for all the car icons. Those icons don't provide any information. Also, if they don't exist then there won't be any missing information. It means that those icons are decorative images. So, for decorative images, leave the alternative text empty (
alt=""
).For your information, it is possible to make the site responsive with no media queries. I recommend taking a look at my solution. You can read the
README
to learn more about the technique that I used.I hope this helps. Happy coding!
0 - @correlucasPosted about 2 years ago
πΎHello @Clement1kalu-okereke, Congratulations on completing this challenge!
Great code and great solution! Iβve few suggestions for you that you can consider adding to your code:
Your solution seems fine, you did a really good job wrapping the content for these 3 cards. Something you can improve here is to use a
single class
to manage the content that is mostly the same for the 3 cards (paddings, colors, margins and etc) and another class to manage the characteristics that are different (colors and icon), this way you'll have more control over then and if you need to change something you modify only one class.βοΈ I hope this helps you and happy coding!
0@correlucasPosted about 2 years ago@Clement1kalu-okereke Then say me if worked and if were useful for you Clement, keep it up =)
0@Clement1kalu-okerekePosted about 2 years ago@correlucas It was pretty useful and I will implement it asap
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