Order summary component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @correlucas
👾Hello Sithum Gimhara, congratulations for your new solution!
Your solution is great, but you've an issue with the header image, to fix that you can use
object-fit
andobject-position
.To make the image with proper size and aligned to the center
object-position: center;
img { display: block; object-fit: cover; object-position: center; max-width: 100%; }
👋 I hope this helps you and happy coding!
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