Design comparison
SolutionDesign
Community feedback
- @mohammedlahboubPosted over 2 years ago
HI if you want to center the card you can use display flex on the
.containner
.container{ display: flex; align-items: center; justify-content: center; height: 100vh; }
After this you can adjust the border-radius on each corner more on border-radius https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius
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