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

Responsive Huddle Landing page using Flexbox

Anton 190

@septober92


Design comparison


SolutionDesign

Solution retrospective


It took me about 2 hours to finish this challenge. Happy Coding 💻❤️

Community feedback

Lucas 👾 104,420

@correlucas

Posted

👾Hello Anton, congratulations for your new solution!

Your solution seems great, you've done a good work putting everything together, the only thing to fix is the background thats not full size. To make the background fit the screen height use background-size: contain and replace it removing it from the main and inserting it to body:

body {
    background: url(images/bg-desktop.svg) left no-repeat, var(--violet);
    background-size: contain;
}

After that you'll see the differences.

👾My rating for this solution: ⭐⭐⭐⭐⭐

👋 I hope this helps you and happy coding!

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