Blog card solution [ HTML5 - CSS3 - Flexbox - BEM naming convention ]

Please log in to post a comment
Log in with GitHubCommunity feedback
- @ERFAN-REVENANT
Hey Dan P.- great job on finishing this project. If I had to recommend anything here, I would suggest you would use the following to center your div to the middle of the page:
body { min-height: 100vh; display: flex; justify-content: center; align-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