Responsive single price grid component [Flexbox, Grid]

Solution retrospective
Any tips would be nice :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @remusbuhaianu
Hey @felipe-miranda-marreiros
Great job on completing this challenge! Looks really similar to the original design, just a bit bigger.
Your CSS code is really clean. I think you're more than ready to implement these modern CSS concepts
Check them out in this video https://www.youtube.com/watch?v=VsNAuGkCpQU&ab_channel=KevinPowell
Keep up the great work!
Marked as helpful - @darryncodes
Hi Felipe,
Really great solution, very responsive - well done!
Minor feedback but could look nice if you centred your design in the viewport responsively by adding:
display: flex; flex-direction: column; justify-content: center; align-content: center; min-height: 100vh;
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