NFT Preview Card Component Solution

Solution retrospective
I struggled with making the hover overlay semi-transparent while keeping the eye icon fully visible. Initially, using opacity
affected the entire overlay, including the icon. I fixed it by using background-color: rgba(0, 255, 247, 0.5)
for the overlay and removing opacity
from the container, so only the background was transparent.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Anar765'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