Design comparison
Solution retrospective
Hi everyone. Just added my contribution to this challenge. Kindly assess and share your feedback. Thank you.
Community feedback
- @kudos2ShefPosted over 1 year ago
Hi @Ranty09,
Congratulations on completing this challenge!
I came across your solution and it is perfect, just that though you have added car icons in the code but it is not appearing in the site. I found that you haven't added car icons in the Github images folder.
And
alt
attribute shouldn't be blank, it comes handy in situations like this if the image can not be displayed.<img src="images/icon-luxury.svg" alt="luxury">
Also, you forgot to add background-color in the body segment.
body{ background-color: hsl(0, 0%, 95%); }
Hope it helps
Marked as helpful0@Ranty09Posted over 1 year agoThank you for taking your time to go through my contribution and for reminding me about the necessary adjustments @kudos2Shef.
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