Order Summary Solution

Solution retrospective
It was a good challenge
Please log in to post a comment
Log in with GitHubCommunity feedback
- @dan-ayalahdez
Really cool Ali, i just did this same project a few minutes ago too.
One tip that i can give you, instead of using margin on the container to make him go down into the center, you can make de body element a
display:flex;
, and give it the properties ofalign-items: center;
andjustify-content:center
so the main container of your project is always on the middle on the screen, just like the original design.Good Luck and Happy Coding~! :)
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