
order-summary-component
Design comparison
Solution retrospective
this is my first solution ever, i'm proud of myself.
What challenges did you encounter, and how did you overcome them?i do not know how to copy a font weight from google fonts, I really battled with it. i read docs and it helped.
Community feedback
- @jonn-coderPosted 3 months ago
@Blessing, Congrats on the completion of the project. It look pretty good.
Anyway i have a little suggestion which might help.
Instead of this:
.container {
position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
}
In css, this can be used to center the card in both axis:
body {
display: grid; place-items: center;
}
Happy Coding 😊
Marked as helpful1@JahsbabyPosted about 2 months ago@jonn-coder thank you so much, guess i'm obsessed with flexbox
1 - @muhammadawaislaalPosted about 2 months ago
looking like a professional developer
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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