Background-img | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Background-img

Ive tried my img src code in html but when i use it in css to add it as background it isnt working please help me :( https://dl.dropbox.com/s/1ccx6stgq0dwtwc/images%20%2813%29.jpeg

8th Jan 2023, 6:58 AM
Fahad Kinq
Fahad Kinq - avatar
2 Answers
+ 9
body { background-image: url('https://dl.dropbox.com/s/1ccx6stgq0dwtwc/images%20%2813%29.jpeg/raw=1'); } /*if you try to add - raw=1 after the end of the link it will display */ https://code.sololearn.com/W5mU30hNxTzM/?ref=app
8th Jan 2023, 7:18 AM
Suparna Das
Suparna Das - avatar
+ 1
8th Jan 2023, 7:23 AM
Fahad Kinq
Fahad Kinq - avatar