3 Column Preview Card Component using flex.

Solution retrospective
Hi everyone. Just added my contribution to this challenge. Kindly assess and share your feedback. Thank you.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @kudos2Shef
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 helpful
Join 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