Design comparison
SolutionDesign
Community feedback
- @MaximilianoDanielGarciaPosted 10 months ago
Hi @laplatacryptos, great job!
If you are wondering how to centered, you could use CSS Grid:
body { display: grid; place-items: center; min-height: 100vh; }
Then, you should remove the
margin-top: 225px;
from yoursection
tag.After you apply these It will look better. Regards!
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