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
- @AdrianoEscarabotePosted about 1 month ago
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 GitHubJoin 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