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

QrCode

#accessibility#bootstrap

@Netodev-dfz

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 que aprendi maneiras novas para abranger e melhorar meu código.

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

Os desafios foram como iniciar o projeto, a centralização, a separação de cada coisa no seu devido lugar.

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

Parte do display flex, com a centralização dos itens.

Community feedback

M 920

@Dev-MV6

Posted

Hi there, you can apply the following styles to your body to center the card:

body {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

Hope you find this 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