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 with HTML, CSS and Bootstrap

@Camilaic96

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

@MiguelPositive

Posted

Hola Camilaic96, espero que estés muy bien. Tu solución estuvo muy buena, gran trabajo.

Te recomiendo que no utilices esto, porque no es una buena practica:

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

En su lugar podrías optar por usar:

* { box-sizing: border-box; }

body { margin: 0; }

además, te recomiendo usar la propiedad calc para hacer el tamaño de letra responsiva:

font-size: calc ( 1em + 1vw );

Por ultimo, recodarte que puedes utilizar la etiqueta main para abarcar todo el contenido principal de tu etiqueta body.

Me gusto mucho tu trabajo, muchos éxitos.

Marked as helpful

0

@Camilaic96

Posted

@MiguelPositive Gracias! Lo tendré en cuenta para los siguientes proyectos que realice.

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