This was the first mini project I made. i am just excited I was able to get this done.
What specific areas of your project would you like help with?Please make suggestions that would help me code better.
This was the first mini project I made. i am just excited I was able to get this done.
What specific areas of your project would you like help with?Please make suggestions that would help me code better.
It's a great work, everything looks like it has to be. Just two suggestions: _ try to use css variables : it's important for a team to understand your code and the variables are a good practice.
:root { --main-white: hsl(225, 100%, 98%); --light-gray: hsla(240, 2%, 82%, 0.26); --violet-blue: hsl(245, 75%, 52%); --light-blue: hsl(228, 45%, 44%); }
_ Don't forget to use your name in the footer.
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!
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">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.
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