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-component-Challenge

P

@DanDucVira

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?

I used only HTML and CSS to complete this challenge.

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

I had trouble centering the card container.

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

I would like to have my code reviewed to see if I could have done this project differently. This will allow me to keep improving.

Community feedback

Adriano 36,890

@AdrianoEscarabote

Posted

Olá Daniel, Bem vindo ao Front-end Mentor!

Gostei muito do resultado do seu projeto!! o código está bem estruturado e bem feito. tenho uma dica para melhorar a responsividade do projeto:

.img-container {
    background: url(./images/image-qr-code.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 288px;
    width: 100%;
    height: 288px;
    border-radius: 10px;
}

fazendo isso teremos a imagem adaptando-se ao tamanho da tela.

O resto está muito bom !

espero ter ajudado.

1

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