Design comparison
SolutionDesign
Solution retrospective
Some suggestions will be of great help. Thanks
Community feedback
- @hmadamkPosted about 3 years ago
nice card! you just need to center it in the middle of the page, i would have used position fixed or absolute because it's just a single card but the best way is to use display flex on the body or display grid like this
body{ display:flex; align-items center; justify-content:center; }or body{ display:grid; place-items:center }
0 - @Nova988Posted about 3 years ago
Hello, nice card!
- Try to add some padding between the image en text in the middle text box.
- The change button needs to be an other color. I think you have the default color for the a tag.
- Also add some box shadow on the payment button and add some spacing between the button and cancel order to fit the design.
Hope it helps.
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