Simple Price Grid Component

Solution retrospective
Just another project I wanted to have access to as an example for newer developers as to some flexbox/css grid functionality, as well as clamp.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hello, Rafal! 👋
Nice job on another challenge! 👏 This one is a simpler challenge, but your solution looks great! 😀
Super tiny thing—but I noticed some
padding-top
on thebody
for some reason that pushes the card component a bit off-center in the desktop layout.Also, you could perhaps use an
article
tag for the card component itself (andsection
tags for the section inside it, maybe?) to bump up the semantics of your solution a little! 🙂Otherwise—keep coding (and happy coding, too)! 😁
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