Price / Offer component using CSS Grid

Solution retrospective
This was really fun, never used grid before
Grid is incredibly easy to use and this was really fun practice. I think it would have taken me a lot longer to do this with flexbox but it only took me an hour or so to make this.
Cheers, Jakov
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Tomi-pter
Suggestions:
- For the mobile view, i think you can do without the "max-height" and I'd recommend you put the "max-width" in % or vw.
- The box shadow: the value of the y-offset is too high and the blur-radius is also too high.
- Hover state: you've not included a hover state for your button.
Nice solution 👍🏾
Marked as helpful - @FluffyKas
Hey, it looks good! You're missing the hover from the button though and I think the box-shadow is a bit too strong. I'd go for something slightly more subtle ^^
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