Design comparison
SolutionDesign
Solution retrospective
Anyone who knows "how to vertically center container in this challenge?" please do give your feedbacks. Other than this , every other feedback will also be appreciated. Thanks!!
Community feedback
- @jimavictorPosted over 2 years ago
Hello there! Awesome work with this project. Looking at your solution.. You can use flex-box to center your container grid by adding the following code to your body styles in your style.css file:
display: flex; align-items: center; justify-content: center; flex-direction: column;
Once again, awesome work! Hope this is helpful!
0@Priya366Posted over 2 years ago@jimavictor Hey! Thank you for your feedback. Done as you said.
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