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 using HTML & CSS

Kamโ€ข 50

@novatok


Design comparison


SolutionDesign

Solution retrospective


Did I utilize CSS grids properly and how can I improve this?

Community feedback

Lucas ๐Ÿ‘พโ€ข 104,560

@correlucas

Posted

๐Ÿ‘พHello Kam, congratulations for this amazing solution!

๐Ÿ•ต๏ธYour Huddle section is almost perfect, there's only on issue to fix with the background, to fix the background in order to keep it full width you need background-size: container.

See the code below:

body {
    background-image: url(./images/bg-mobile.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-color: hsl(257, 40%, 49%);
    height: 100vh;
    background-size: contain;
}

Hope it helps and happy coding!

Marked as helpful

1

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