Design comparison
Solution retrospective
All Feedback Are welcome
Community feedback
- @RibeiroPortoPosted over 1 year ago
Hello NEERAJKUMAR-WEB, You did a very good job, congratulations. Here are some tips i think would help you: 1- in you
<div class='left'>
you've putten the style:background-image: url(./images/image-product-desktop.jpg);
if you turn tobackground-image: url(./image-product-desktop.jpg);
i think it will work, becouse of the way you organized your directories. 2-if you want to center your main content inside you could add to the style of your page's body:height: 100vh; display: flex; align-items: center; justify-content: center;
BTW: probably the code would need some adaptations to be centered Again, very good job. if you need any help, please feel free to contact me.
0 - @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@HusseinMawlaPosted over 1 year ago@michelesilva20 I appreciate the feedback, hopefully next challenge I will pay close attention to that detail, have a great day
0
Please log in to post a comment
Log in with GitHubJoin 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