All Feedback Are welcome
Michele Silva
@michelesilva20All comments
- @Neerajkumar-webSubmitted over 1 year ago@michelesilva20Posted over 1 year ago
Hello, congratulations on running the challenge, I just have one observation! Your images are not loading because they are not inside a folder named "images", but in its link in the img tag, this name is being added. You can add all the images inside a folder named "images", or you can change the link of the img tags from
<img src="./images/icon-cart.svg">
to<img src="icon-cart .svg">
Hope this helps!0 - @charan-v3Submitted over 1 year ago@michelesilva20Posted over 1 year ago
Hello, congratulations on running the challenge, I just have one observation! Your project is using the default browser font, you could add the project font which is Outfit and can be found in google fonts (the font access link is in style-guide.md) and added as a link in the html or using @import, to add in a text, just use font-family: 'Outfit', sans-serif; in CSS. Hope this helps!
Marked as helpful0 - @Error-at-nightSubmitted over 1 year ago
I will like to receive feedbacks on this projects
@michelesilva20Posted over 1 year agoHello, congratulations on running the challenge, I just have one observation! Your project is using the browser's default font, you could add the project font which is Red Hat Display and can be found in google fonts and added as a link in the html or using @import, to add it to a text, just use font -family: 'Red Hat Display', sans-serif; in CSS. Hope this helps!
1 - @y0g3shpfSubmitted over 1 year ago
feedback is appreciated
@michelesilva20Posted over 1 year agoHi, congratulations on running the challenge! Just a few observations, you can add a border-radius on your .container and on the image on its upper sides! The container can be given a white color and then its current color can be taken to the .center class
Marked as helpful0