Huddle Landing Page using Flexbox

Solution retrospective
If you have any advice about my challenge let me know, thanks ;)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Fahatmah
Good Job Done there!
But the body lacks height in order to make the content centered in all screen sizes. As you can see the desktop view is a little off from the center. You can add
min-height: 100vh;
in thebody
tag.Keep Coding!
Join 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