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

Html CSS3 Flex box

Gustavo 200

@Gushigustavo


Design comparison


SolutionDesign

Solution retrospective


Hello, what can I improve on this project?

Community feedback

Lucas 👾 104,580

@correlucas

Posted

👾Fala Gustavo, tudo bem? Parabéns pelo desafio!

A sua solução e código estão muito bons. a unica coisa que eu mudaria é o alinhamento do conteúdo geral, pra fazer isso você precisa tirar o repetimento do background com background-repeat e faze-lo pegar a tela toda com background-size: cover

Aqui as correcoes pro seu codigo:

body {
    height: 100vh;
    font-family: var(--fontpadrao);
    font-weight: 400;
    background-image: url(images/bg-desktop.svg);
    background-color: var(--color1);
    padding: 20px 70px;
    background-repeat: no-repeat;
    color: white;
    background-size: cover;
}

👋 Espero ter ajudado e continue no foco!

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