Design comparison
SolutionDesign
Solution retrospective
hello thanks for looking at my solution I'd love to know your feedback
Community feedback
- @shreyachourePosted over 3 years ago
Hey, good work! To place the card component in the center of a page you could 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