Tryied to use grid in everything that was possible haha.

Solution retrospective
If you think I should use grid in a better way, please let me notice :D
Please log in to post a comment
Log in with GitHubCommunity feedback
- @tediko
Hello, Matheus Rodrigues! 👋
Good effort on this challenge! 🎉 Everything works good and responds well. Take a look at:
- Your
.container
isn't aligned to center. In order to do that make your body to take full height of user viewport -min-height: 100vh
and then use Flexbox to align your container, like this (in body styles):
display: flex; justify-content: center; align-items: center;
Good luck with that, have fun coding! 💪
- Your
- P@palgramming
Overall it looks good at times your stars are going to two lines of stars as the browser window shrinks from desktop to mobile.... that is all that I see.... Good Job
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