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 interface completed with js and css .

@svitalis123

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@juan-mentor

Posted

Desde mi punto de vista, quizás le falte algo de HTML semántico, por ejemplo:

 <article class="container">...</article>

Por lo demás está muy bien estructurado, es perfectamente legible y me gusta como queda.

En cuanto al Css, a mí en particular solo me gusta quitarle márgenes al body y suelo añadir

 * {
       box-sizzing: border-box;
}

Cuando añadimos una altura estática, podemos encontrarnos con que el contenido se nos desborde, por lo que si puedo evitarlo no establezco ninguna altura.
Pero en este caso te queda genial.
Es un buen trabajo por tu parte, sigue así.
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