Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Am proud of myself because frontend mentor has helped me alot to improve in my coding career
Community feedback
- @saul-gustavoPosted 3 days ago
Hello, I saw your code and it is understandable what you did, but I recommend that you center the div.blog, so that it looks like the design image, to do that you can use the following CSS3 properties.
body { width: 100%; min-height: 100vh; display: flex; align-items: center; justify-content: center; }
Happy Coding!!
Marked as helpful0
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