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

se uso css y se importo los fonts

@Yorhs-Malasquez

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? los flexbox ¿De qué áreas de tu código no estás seguro? el css ¿Tiene alguna pregunta sobre las mejores prácticas? como mejoraría mi css?

Community feedback

Fer 3,970

@fernandolapaz

Posted

Hola 👋, quizás algo de esto te pueda interesar:

HTML / ACCESIBILIDAD:

  • El contenido principal de cada página (la tarjeta en este caso) debe envolverse con la etiqueta <main>.
  • Cada página debe tener un <h1> para mejorar la experiencia del usuario y porque es un elemento importante cuando se trata de SEO. Es bueno no saltarse los niveles de headings.
  • Esta es una imagen significativa y en caso de que el usuario no pueda verla, el atributo alt debe contener una descripción.

CSS:

  • Puedes considerar usar unidades relativas como rem o em, ya que son mejores para diseños escalables. Algo simple para comenzar sería convertir a rem (1 rem equivale a 16px por defecto). Considera esta sugerencia especialmente para el font-size.

Espero que te sea de utilidad, cualquier consulta no dudes : )

Saludos,

Marked as helpful

1

@0xabdulkhaliq

Posted

Hello there 👋. Congratulations on successfully completing the challenge! 🎉

  • I have other recommendations regarding your code that I believe will be of great interest to you.

QR iMAGE ALT TEXT 📸:

  • Since this component involves scanning the QR code, the image is not a decoration, so it must have an alt attribute.
  • The alt attribute should explain the purpose of the image.
  • E.g. alt="QR code to frontendmentor.io"
<img src="/images/image-qr-code.png" alt="QR code to frontendmentor.io">

.

I hope you find this helpful 😄 Above all, the solution you submitted is great !

Happy coding!

Marked as helpful

1

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