Design comparison
SolutionDesign
Community feedback
- @dongmo-shuPosted 10 months ago
Hello. Well done with the challenge.
It seems you have faced some issues when placing the body at the centre of the page. After I reviewed your code, here is my suggestion. Add the following to the body element.
height: 100vh; display: flex; align-items: center; flex-direction: column; justify-content: center;
I hope this is helpful.
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