Responsive blog preview card using HTML and CSS Flexbox

Solution retrospective
Using CSS Flexbox in my code.
What challenges did you encounter, and how did you overcome them?Centering the container vertically
What specific areas of your project would you like help with?Nothing for now.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@joshpickardme
You can centre the content in the middle of the page by having a div or a section that is flex with a
min-height: 100vh
justify-content: center
andalign-items: center
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