Design comparison
SolutionDesign
Community feedback
- @DanielfwwPosted 4 months ago
Hey Erfan - 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;
}
Everything else looks great!
1
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