used css grid

Solution retrospective
Some suggestions will be of great help. Thanks
Please log in to post a comment
Log in with GitHubCommunity feedback
- @hmadamk
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 }
- @Nova988
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.
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