
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Guilherme-Porto-Silva
body{ display: flex; flex-direction: column; justify-content: center; align-items: center; }
main{ display: grid; grid-templete-columns: repeat(4, 1fr); gap: 1rem; }
That should solve the problam of your painel being stuck to the screen's corner.
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