3 Column Preview Card Component

Solution retrospective
FeedBacks and Suggestions are welcome!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @kens-visuals
Hey @IshitaBisaria 👋🏻
I have a quick tip for the icons. I suggest adding
aria-hidden="true"
, because they're for decoration only. For example,<img src="images/icon-luxury.svg" alt="" aria-hidden="true" class="logo">
. You can read more about aria-hidden here.I hope this was helpful 👨🏻💻 overall, you did a great job, just tweak
media-query
sizes a bit. That's it from me, cheers 👾Marked as helpful - @fidellim
Hi Ishita,
Great work finishing the project! Just some suggestions you can apply:
- you can add
cursor:pointer
to the buttons so that the user knows that it can be clicked. - for your media query, it would be better to increase is as some of the component is hidden. you can set the media query to
@media (min-width: 900px)
instead.
I hope it helps. :)
Marked as helpful - you can add
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