Design comparison
SolutionDesign
Community feedback
- @MaximilianoDanielGarciaPosted about 1 year ago
Hi @ndorokuda, great job!
If you are wondering how to center it, just do this:
body { display: grid; place-items: center; min-height: 100vh; }
Also, you forgot style the hover button. After you fix these it will look better.
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