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

TARJETA COMPONETE DE CODIGO QR CON HTML Y CSS

@DavidRia868

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


¿Qué encontraste difícil mientras construías el proyecto? bordes radius a la imagén y el div del contenido ¿De qué áreas de tu código no estás seguro? responsive para dispoistivos moviles ¿Tiene alguna pregunta sobre las mejores prácticas? Espero tener comentarios para mejorar

Community feedback

@motuncoded

Posted

Congratulations to you in creating solution to this challenge. The items inside the body can be centered

body{
display:flex;
justify-content: center;
align-items: center;
min-height:100vh;

}
Hope you find this useful

Marked as helpful

0
Aimal Khan 2,260

@Aimal-125

Posted

Bro in your css code, increase the height of body element to 120 or 150vh by using media query with max-height: 400px; So that it looks good on small heighted screens as mine (samsung j3). Otherwise your solution is looking perfect!

Marked as helpful

0

@DavidRia868

Posted

Gracias amigo @Aimal-125 voy a realizar lo que me dice

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