I have a file called home.css that I want to assign a background image in:
background-img: url(".../my-img.jpg");
However, I'm getting errors that the file cannot be located due to the file location declared. I thought I got the correct amount of "..." but maybe not? Can anybody spot what's wrong considering the file structure below:
App
home-app
home
home.css
Assets
Images
banner.jpg