Order Summary Component

Solution retrospective
Let me know how to improve the price section
Please log in to post a comment
Log in with GitHubCommunity feedback
- @afaiz-space
Hey @jillpandya2594,
- add
flex-direction: row; align-items: center; justify-content: space-between;
in the .price-section class. after decreasing the margin of the .price-section-sub class.
Marked as helpful - add
- @Maliklar
Nice work, but you need to edit your solution to be more like the design by doing the following: 1- You need to add the background-color attribute to the color giving in the styles-guide.md. 2- You also need to add the background image provided in the images folder and position it correctly. 3- You have to look for a way to center the card. 4- Finally give the card body (below the card image) a padding.
Marked as helpful
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