NFT Card Preview HTML and CSS

Solution retrospective
The overlay proved tricky. Got it working(a bit) but the svg looks faint. The alignment of the price and days left don't look so accurate.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Aadv1k
Your design is great just a little suggestion -- add a media query for smaller screens like so --
@media only screen (min-width: 375px) {}
and here you can maybe adjust some fonts and the width of the card.
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