Responsive summary component using flexbox

Solution retrospective
Hello, this is my first task i am a beginner, i will appreciate any feedback
Please log in to post a comment
Log in with GitHubCommunity feedback
- @bedofares
It looks very nice and I like how responsive it is :) . I have only one comment regarding centering it vertically & horizontally. You can achieve this using flexbox .
what you need to change is :
body{ min-height: 100vh; display: flex; align-items: center; justify-content: center; }
and remove the margin-top from the order-summary div.
I hope this helps :)
Marked as helpful - @DavidIrvine-TW
hi.. good job :)
you should look at horizontal and vertical centering :)
super easy using flexbox :)
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