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

Pagina responsiva usando CSS y HTML

Desktop design screenshot for the Product preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@manuelscl

Posted

¡Hola Luis, Felicitaciones por completar tu primer reto!

Tengo algunas sugerencias que te ayudarán a mejorar tu código.

HTML:

  • Para evitar que salga la advertencia en los reportes de tu solución debes usar el elemento <main>
  • Usa ./ en el atributo src="./rutaDeLaImagen/imagen" para que esté visible en el sitio, igual para el ícono del botón
  • Deberías agregar un texto alternativo para tu imagen, por ejemplo: alt="Una foto de un perfume"
  • En el elemento <button> debes remover a="" ya que no es un atributo y en su lugar utilizar la etiqueta <a> con el atributo href=""

Los estilos para la vista 'desktop' no están funcionando correctamente, anímate a hacer responsive tu solución.

Espero que estas sugerencias sean útiles 😊

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