responsive nft component using flexbox and position absolute

Solution retrospective
Is there a better/optimal way to create the hover effect when hovering over the image?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Szeri323
Hi @Justine-5,
Nice solution and good job!
In response to your question, it's considered good practice to specify which properties you want to include in the transition. By default, the transition affects all properties.
You can use something like this:
transition: 150ms ease-in-out opacity;
I hope this has been helpful.
Happy New Year!
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