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 design with SCSS

Zeinβ€’ 350

@Zein-MB


Design comparison


SolutionDesign

Solution retrospective


Hello fellows! this is my solution, I found it quite straightforward challenge because it depends on paddings and font size the most. Hope you like it! regards! Zein

Community feedback

Lucas πŸ‘Ύβ€’ 104,420

@correlucas

Posted

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

Nice work here brother, I've a suggestion for you about the background-size. Here;s my tips:

You need to add this two properties to make your background display fullscreen height: 100vh; / background-size: contain;. See the code fixes below:

body {
    height: 100vh;
    background-color: hsl(257deg, 40%, 49%);
    background-image: url(../images/bg-desktop.svg);
    background-repeat: no-repeat;
    background-size: auto;
    font-family: "Open Sans", sans-serif;
    background-size: contain;
}

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

Marked as helpful

1

Zeinβ€’ 350

@Zein-MB

Posted

Hello Lucas! Thanks for your feedback, I'll apply it Happy coding for you too! By the way, congrats for holding the first position in the Wall of Fame clipboard

1
Lucas πŸ‘Ύβ€’ 104,420

@correlucas

Posted

@Zein-MB Thank you bro =)

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