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

Rustom0 90

@Rustom0

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?

Complete it in an hour.

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

Mostly when it comes to responsive but getting used to it.

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

I would like a feedback on the code if there is a better way for me to use it.

Community feedback

@juan-mentor

Posted

** Hola, Rustom0.

  • La solución que has presentado es genial, y no tengo nada que pueda añadir, para ayudarte a mejorarlo. Quizás lo único que se me ocurre es que no sería mala idea encerrar la imagen dentro de un contenedor.
      <div class="image-container">
            <img/>
       </div>
  • De esta forma puedes tener mayor control sobre como quieres posicionar tu imagen.
      .image-container {
            width: 90%;
     }
      img {
        max-width: 100%;
     }
  • Lo dicho, impresionante trabajo. Un saludo.

Marked as helpful

0

Rustom0 90

@Rustom0

Posted

@juan-mentor gracias la próxima vez lo intentaré de esa manera

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