Submitted over 3 years ago
Finished without bootstrap classes
@matheus-rodrigues00
Design comparison
SolutionDesign
Solution retrospective
Do you think I could improve in something about the solution? Let me notice please! I would love to chat about it.
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:
- To align your container perfectly in the middle use
Flexbox
on your body. Like this:
display: flex; justify-content: center; align-items: center; min-height: 100vh; padding: 12px;
min-height
property set our body to take whole user viewport height. Then you can remove this styles from.container
:padding-right: 50px; padding-left: 50px; margin-right: auto; margin-left: auto;
Good luck with that, have fun coding! 💪
1@matheus-rodrigues00Posted over 3 years ago@tediko Wow, thanks a lot for the feedback bro! I'll use a lot this body tip!
0 - To align your container perfectly in the middle use
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