Design comparison
SolutionDesign
Community feedback
- @themegazordPosted over 2 years ago
Hi, @Zachcopro.
First, congratulations for your effort and for having managed to finish another exercise with us.
I saw in your project, that the div was not fully centered in the middle. You can fix this by inserting a min-height: 100vh and a flex-direction: column in your body, as stated below.
body { display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; }
I hope I have helped you for your next projects.
Mark as helpful and give me an up vote if you think this was good for you. Thank you and see you next time.
Marked as helpful0@ZachcoproPosted over 2 years agoHi @themegazord, thank you very much for your comments, I took note. this is a great help for me Thank you👌.
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