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

@kin9koopa

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


just practicing, I'm new to this! xD

Community feedback

IRVINE MESA 1,855

@DrMESAZIM

Posted

Hi Jose

Since you are new to this I should start by say well done. I would like you to consider the size of the image which is relatively high. This can be easily done by adjusting the Height properties with the class of "qr-code".

If you find it difficult to resolve let me on and I can do YouTube video editing your code.

Marked as helpful

1
Denis 1,060

@Mod8124

Posted

Eso pa, el primer tico que me encuentro xD

Mae nunca use medidas fijas como pixeles es malo para el responsive, use mejor porcentajes y max width para que se adapten a la pantalla del dispositivo(aplica también al height) . Por ejemplo

.main-content {
  width: 616px;
} 
//malo

. main-content {
 Width :90% auto;
 max-width:616px;
} 
//bueno 

Ahh también te recomiendo aprender de una semántica de html ya q va comenzando para q agarré costumbre de encerar todo el contenido del html en main ya q ayuda al seo y accesibilidad ese es un ejemplo hay más tags

Marked as helpful

0

@kin9koopa

Posted

@Mod8124 pura vida, solo tengo 2 semanas con HTML y CSS. vi un tutorial en youtube y con ese me guie para hacer este otro. pero si me falta mucha practica! gracias por los tips!

0

@behubj

Posted

Hey Jose, very well done! I can relate to your comment, but i would suggest you give some time to your projects as i can see in your project the height of the main content is too big .

I am also in learning stage, but I highly recommend taking your time to understand what exactly the code does (Note:-Google is your best friend).

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