Submitted 6 months ago
Responsive blog preview card using HTML and CSS Flexbox
@des254
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
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.
Community feedback
- @joshpickardmePosted 6 months ago
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
0
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