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

All comments

  • @Morfeo1997

    Posted

    Try to change the "src" of the image use this instead: src="images/image-qr-code.png"

    and don't forget to make it responsive.

    Good Luck!

    0
  • @Morfeo1997

    Posted

    It's a really good solution, you're doing really well. but you have a little error on the "src" of the image. Try deleting the first "/" in src.

    Something like this:

    <img src="images/image-product-desktop.jpg">
    1
  • @Morfeo1997

    Posted

    You are doing a very good job, but you could try to make it wider in the mobile version and use some padding so that the letters are not so close together. Anyway very good job.

    Marked as helpful

    1
  • SrPaisita 70

    @SrPaisita

    Submitted

    Hola, intente usar picture y srcset para asi usar una imagen en un ancho de pantalla y otra en otro, nada me funciono, agradeceria que me ayudaran con una explicacion de como hubiera podido usar las 2 imagenes, muchas gracias, espero sus feedback.

    @Morfeo1997

    Posted

    Intenta no usar "/" al inicio del atributo src. Yo también cometí ese error cuando estaba empezando a hacer el proyecto.

    intenta usarlo así : src="images/image-product-desktop.jpg" haz algo similar con el carrito.

    Espero que esto pueda ayudarte

    Marked as helpful

    0