Responsive Testimonial using CSS Grid and Flexbox

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!!
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@jimavictor
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!
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