Responsive grid/flexbox

Solution retrospective
This is my solution for this challenge, I'm thrilled to have completed this challenge. I tried to create this project using mobile first approach.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @urboifox
hey there, congrats on completing this challenge! I have some small tips that might interest you! css 👀:
- you can change the
justify-content: space-evenly
in the.product-price-section
element tojustify-content: space-between
- you shuoul use the
rem
andem
instead ofpx
since pixel value is not responsive! away from that I think It's a great solution! good job
Marked as helpful - you can change the
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