Design comparison
Community feedback
- @ChrisEskiPosted almost 3 years ago
Hey @do-Va!
Really nice solution over there, congratulations!
I liked the smooth transition to the accent color on hovering over the title and the name, but i would add this also when hovering over the image. This would make your design more consistent! And last it would be better if you added
cursor: pointer
on all 3 hovered elements!Well done :)
1@varisDogukanPosted almost 3 years ago@ChrisEski Thank you for your feedback. I didn't know that the cursor is used in the picture :D. I added a transition to the image, but noticed it didn't work when switching from display:none to display:flex.
0@ChrisEskiPosted almost 3 years ago@do-Va that's because the
display
property is not affected by the transition. Useopacity: 0
andopacity: 1
instead ofdisplay: none
anddisplay: visible
accordingly when using transition!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