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

flex and css

@Simonify30


Design comparison


SolutionDesign

Community feedback

Lucas 👾 104,420

@correlucas

Posted

👾Hello @Simonify30, Congratulations on completing this challenge!

Great code and great solution! I’ve few suggestions for you that you can consider adding to your code:

Keep your sections inside containers to don't have it growing more than it should, for this challenge the container/column size is max-width: 1280px, the code to have the section inside a container and aligned center:

FOR EXAMPLE THE HEADER:

.head {
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 1280px;
    margin: 0 auto;
    gap: 100px;
}

✌️ I hope this helps you and happy coding!

0

@Simonify30

Posted

@correlucas ok thanks for the suggestion

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