NFT Card Hover Overlay Using Vanilla CSS Pseudo-elements

Solution retrospective
I'm not sure if I was supposed to hardcode the width
& height
values of the different sections of the card.
My Questions
-
Was my
:hover
overlay the best practice in the industry? -
How do I automatically size the
::after
element's background to match the original element with 100% accuracy? -
Is it best practice to use
background-size: contain
for SVG images? -
How do I recolor SVGs using CSS without using CSS masks or editing the
.svg
path
directly?
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Luzefiru'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