
Design comparison
SolutionDesign
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MaximilianoDanielGarcia
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!
Join 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