Design comparison
Community feedback
- @skyv26Posted almost 3 years ago
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 helpful1@rida192Posted almost 3 years ago@skyv26 thanks alot, your feedback are very helpful, i will try to do my best!
1 -
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