Design comparison
SolutionDesign
Solution retrospective
any suggestions will appreciate.
Community feedback
- @ratul0407Posted about 1 year ago
@MarkAnasco14 congratulations on completing this challenge🎉🎉
There are some things That you should consider changing✔✔
#1 The order summary card should be on the center of the whole page in desktop view to achieve that you can do this
body { display: grid; place-content: center; min-height: 100vh; }
#2 The background image also needs some improvement
body { background-size: contain; }
And also set the background color of the body to
background-color: hsl(225, 100%, 94%);
Then maybe add a little bit of spacing in your
content div
and then you are all done👍👍I hope it seemed helpful to you👍👍
Happy coding✌✌
Marked as helpful0
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