Submitted 12 months ago
Responsive Order Summary Component Page made using React and Tailwind
@Mut1s0
Design comparison
SolutionDesign
Community feedback
- @MaximilianoDanielGarciaPosted 12 months ago
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.
0 - You should add
Please log in to post a comment
Log in with GitHubJoin 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