I need help inserting a background image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

10th Mar 2018, 4:51 PM
Marquis Patton
2 Answers
+ 2
Check in browser console - network tab is this image is loaded or you are denied from remote server.
10th Mar 2018, 5:15 PM
Damyan Petkov
Damyan Petkov - avatar
0
I updated the question to include actual links because I didn't pay much attention to the character count.
10th Mar 2018, 8:32 PM
Marquis Patton