Submitted 4 months ago
Blog card solution [ HTML5 - CSS3 - Flexbox - BEM naming convention ]
@MemoBiomy
Design comparison
SolutionDesign
Community feedback
- @ERFAN-REVENANTPosted 4 months ago
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; }
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