Design comparison
SolutionDesign
Solution retrospective
This challenge was very interesting and i'm looking forward to read your feedbacks on my code.
Maybe, i could improve the responsive aspect of the card by adding more break points. And you, what would you add or modify to improve this part ?
Thanks a lot for your answers !
Community feedback
- @shreyachourePosted over 3 years ago
Hey, I also completed this challenge today. Congratulations on your 1st achievement! To place the card component in the center of a page you may use this method:
.container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
0
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