Order summery card built with HTML and CSS

Solution retrospective
I found it difficult to get all the colors right. I think My code is decent but can always be improved.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Abdelrahman0Khaled
Congratulations on completing this challenge bro❤️ , but i see you have litle problem with centering the card , you can fix it by adding to body this
margin: 0; padding : 0; min-height: 100vh; display: flex; align-items: center; justify-content: center;
and
flex-direction: column;
to have div of in the "attribution" under div of "card"
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