@om205Submitted over 2 years ago
Why cannot other people see background image (using url) in my solution from github page link url?
Why cannot other people see background image (using url) in my solution from github page link url?
Congratulations on completing the challenge. Everything seems to be ok only thing is that your image was not visible. When working with live servers you use the absolute path but the relative path, this should serve you much better .pic { background: url(./images/image-product-desktop.jpg); }