Design comparison
SolutionDesign
Community feedback
- @devaramnyePosted about 1 year ago
Very good work here,
I just have one suggestion for you to center the whole stuff inside the body in the middle. You have to give your body the properties of:
body { min-height: 100vh; display: flex; justify-content: center; align-items: center; }
this will make your project look more similar to the previewed one. Happy coding and keep up your big work!
Marked as helpful1 - @falloumacbookPosted about 1 year ago
Nice work mate! you can use the code below to bring down your container. body { display: flex; justify-content: center; align-items: center; min-height: 100vh; }
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