+ 1
I need help inserting a background image
Can anyone tell me why this background image won't load on this html page that I am creating? I used a separate style sheet for the page and I used a ID tag for the body tag but the background is still a bland white color. The id i used in the CSS file was #myAdventure html file: https://github.com/Deondre2020/SavvyPortfolioProject/blob/master/projects/choose-your-own-adventure/index.html css file: https://github.com/Deondre2020/SavvyPortfolioProject/blob/master/theme/style.css
2 odpowiedzi
+ 2
Check in browser console - network tab is this image is loaded or you are denied from remote server.
0
I updated the question to include actual links because I didn't pay much attention to the character count.