+ 3
Background Image
How Can I put a image in my background (web)
4 Antworten
+ 4
This is done in CSS
body {
background-image: url("somethingyouput.png");
}
You probably want to get the image link for what is inside the url(“ ”) section
+ 8
For adding a background image in sololearn
Make a link of image by dropbox.
Copy paste the link in url and write dl instead of www
+ 1
omg it worked thanks
0
Can say that again