Design comparison
SolutionDesign
Community feedback
- @FlakoBBPosted almost 2 years ago
you can use display: flex within body to center the card: body { display: flex; align-items: center; justify-content: center; height: 100vh; }
and delete: .main { position: absolute; top: 50%; margin-top: -17%; left: 40%; }
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