Responsive NFT Card using Flexbox and pure CSS

Solution retrospective
Managed to achieved the hover effect on the card image. Do some research earlier as soon as getting stucked.
What challenges did you encounter, and how did you overcome them?Wanted to get the card image hover effect using background image, but didn't work without a fixed width on it, so I did some research and took the approach of using an absolute-positioned element. Also was having trouble while adding an smooth transition on hover, but it doesn't work on display-none / display-block, so I used other properties: opacity, pointer-events and visibility.
What specific areas of your project would you like help with?Any tip on improving the code quality and a better / easier approach are welcome to make it as industry / professional standard as possible.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Eduardo Martinez's solution.
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