Responsive Order Summary Component Page made using React and Tailwind

Please log in to post a comment
Log in with GitHubCommunity feedback
- @MaximilianoDanielGarcia
Hi Allan, great job!
Let me give you a suggestion to improve your background image:
- You should add
background-size: contain;
, this property resize the background image to make sure the image is fully visible. - You should add
background-position: center -25%;
, this property sets the starting position of a background image.
After you apply these it will looks perfect.
- You should add
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