Single Price Grid Component

Solution retrospective
Hello, Any advice or ways to improve my code would be appreciated. Thank in advance.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Dharmik48
Hey👋,
Good job with the solution, it looks nice! Just a couple of issues I found are:
- The card is not centered in the screen, use
display: grid;
ordisplay: flex;
to center it. - Increase the padding a bit make it look better.
Apart from these it is really nice, keep it up👍
Marked as helpful - The card is not centered in the screen, use
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