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 com HTML e CSS

@Dumonster27

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 are you most proud of, and what would you do differently next time?

Me orgulho de ter conseguido deixar pelo menos um pouco parecido com o original.

What challenges did you encounter, and how did you overcome them?

Alguns problemas de centralização, eu superei agrupando o título e o subtítulo em uma caixa flexível e adicionando caixa flexível

What specific areas of your project would you like help with?

Qualquer conselho sobre como se aproximar do original é muito bem vindo.

Community feedback

P

@raphaelperfi

Posted

Ótimo trabalho! :) Somente por questões de semântica, eu colocaria todo o código dentro de uma tag <main> e usaria a tag <h1> ao invés da <h2>.

<main>
    <div class="container">
    ...
    </div>
</main>

E no CSS adicionaria box-sizing: border-box no *, assim facilitaria para você calcular o tamanho dos elementos e o posicionamento.

* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
}

Marked as helpful

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