Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Huddle Landing Page with Single Introductory Section

Byteβ€’ 260

@YonutDev


Design comparison


SolutionDesign

Solution retrospective


What should be improved?

Community feedback

Lucas πŸ‘Ύβ€’ 104,440

@correlucas

Posted

πŸ‘ΎHello Ionut, congratulations for your new solution!

Your solution is almost done, all you've missed here is the general content alignment, that is not centered here. You need to add flex and min-height: 100vh to the body to have the alignment.

See how can you fix it:

body {
    min-height: 100vh;
    background: url(../img/bg-desktop.svg) no-repeat center center fixed;
    background-size: cover;
    background-color: hsl(257deg, 40%, 49%);
    display: flex;
    align-items: center;
    justify-content: center;
}

πŸ‘‹ I hope this helps you and happy coding!

Marked as helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

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