Submitted over 3 years ago
Tryied to use grid in everything that was possible haha.
@matheus-rodrigues00
Design comparison
SolutionDesign
Solution retrospective
If you think I should use grid in a better way, please let me notice :D
Community feedback
- @tedikoPosted over 3 years ago
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! 💪
1@matheus-rodrigues00Posted over 3 years ago@tediko Thank you bro, I completely forgot this little thing 😅😅
0 - Your
- @palgrammingPosted over 3 years ago
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
1
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