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

Página comum com QR code.

@ThalesDev13

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


Ainda tenho dificuldades para posicionar o conteúdo. Qualquer dica é mt bem vinda.

Community feedback

hitmorecode 6,230

@hitmorecode

Posted

Parabéns bem feito. Se quiser centralizar o cartão no meio da página, basta usar flexbox no body. Passando pelo seu CSS eu vejo que você usou a font family na tag h1 e p.

Você não precisa fazer isso. Basta colocar a font family no body e ela será aplicada a toda a página.

### isso centralizará o cartão
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
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