+ 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
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
+ 1
Suparna Das Thanks