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

QR Code challange

@serFar

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What do you recommend to improve this code?

Community feedback

Lucas 👾 104,400

@correlucas

Posted

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

Olhei seu site aqui e o código da solução, respondendo a sua pergunta do que vc poderia melhorar, eu primeiro alinharia o card removendo todas as margins e colocando min-height fazendo o container alinhar com a altura total do body, nesse caso vai ser 100vh.

Depois eu daria o tamanho correto para o container, que é de max-width: 320px mais ou menos.

Desse jeito o container ficaria alinhado, modifquei seu código e aqui embaixo estão as coisas que adicionei e retirei:

.container {
    background-color: hsl(0, 0%, 100%);
    /* max-width: 1400px; */
    /* margin: auto; */
    width: 250px;
    /* height: 400px; */
    border-radius: 20px;
    /* margin-top: 60px; */
}

.container {
    background-color: hsl(0, 0%, 100%);
    /* max-width: 1400px; */
    /* margin: auto; */
    width: 250px;
    /* height: 400px; */
    border-radius: 20px;
    /* margin-top: 60px; */
}

Pra deixar o código bem limpo eu apagaria todas divs, exceto aquela que segura todos elementos (h1, img e p) e substituiria div por <main>

👋 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