Submitted almost 3 years ago
Order Summary Component Pure Css
@miguelbittencourt
Design comparison
SolutionDesign
Community feedback
- @kbrandon19Posted almost 3 years ago
Hey @miguelbittencourt, great job! My only feedback would be for the background pattern for the body.
//will ensure the images fits within the size of the element - in this case would be body background-size: contain; //we need to have the pattern at the top of the body so this will position the image at the top of the body element background-position: top; //the pattern does not repeat so you can include it individually like so or simply have 'no-repeat' beside the background url style background-repeat: no-repeat;
I hope this helps a bit! Keep up the great work!
Marked as helpful0@miguelbittencourtPosted almost 3 years ago@kbrandon19 Thank you bro, It will help me a lot! :)
0
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