Order Summary Component using Flexbox

Solution retrospective
I felt mostly happy building this, but feedback, especially around best practices, is still welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MelvinAguilar
Hello there 👋. Good job on completing the challenge !
A quick tip: You don't necessarily need to add
border-top-right-radius
andborder-top-left-radius
to the image. Instead, you can useoverflow: hidden
on the container to clip any excess from the image, achieving a similar effectAbove all, the solution you submitted is great!
Happy coding!
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