Design comparison
SolutionDesign
Solution retrospective
It's been a while since I don't make websites. Now that I have something to practice on, I'm back :D
I hope you all like it! All feedbacks are well received.
Community feedback
- @dmuriPosted about 1 year ago
Hi there, well done!
It looks like you are trying to center the whole component. Adding a min-height:100vh to the body, is the only thing missing for that.
body { min-height: 100vh; }
Hope that is helpful :)
Happy coding!
Marked as helpful1
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