NFT preview card component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @skyv26
Hi! Mortada, I was just looking at challenge submission and then I saw your submission and willingly I check your work. You did it really good, I mean I liked your hover effect and the way the cyan overlay with eye appeared with animation is really too good but here are some suggestions for you.
-
Just make image hover state visibile when user only hover over image not on card.
-
Add
cursor: pointer;
property on all hover state. -
In mobile view your card is going outside the viewport. as user scroll down, it can be seen easily. Reason behind is you have used 100vh somewhere in your elements property and It also need to fix soon.
I hope you liked my suggestions and soon will fix issues.
Good Luck
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