Stuck on the Quiz, or I can't tell if it is bugged.
I also have a local version of the site that you code along with the videos. I renamed my background file from bg-texture.png to background texture.png to figure out how to do it with spaces in the file name. So after Googling I found the %20 thing and it worked on my local version but the damn quiz won't take any answer.
The error keeps talking about relative path and according to the index.html the style.css is not in a css folder? I've tried
/img/background+texture.png
/img/background\ texture.png
/img/background %20texture.png
/img/background texture.png
css/img/background+texture.png
css/img/background\ texture.png
css/img/background %20texture.png
I've tried tons of combinations for the answer and I can't figure it out
I also have a local version of the site that you code along with the videos. I renamed my background file from bg-texture.png to background texture.png to figure out how to do it with spaces in the file name. So after Googling I found the %20 thing and it worked on my local version but the damn quiz won't take any answer.
The error keeps talking about relative path and according to the index.html the style.css is not in a css folder? I've tried
/img/background+texture.png
/img/background\ texture.png
/img/background %20texture.png
/img/background texture.png
css/img/background+texture.png
css/img/background\ texture.png
css/img/background %20texture.png
I've tried tons of combinations for the answer and I can't figure it out