+ 2
Really having trouble with adding an image background, someone help me with a simple css code for background thats functioning,
7 Answers
+ 6
background-image:url("link of image")
+ 5
@Mwas helping you twice for the background and image.
https://code.sololearn.com/WUHihI5LlpW4/#css
+ 4
Keep in mind that when you want a background image, you'll need to have the imagine on the internet. SoloLearn does not support image inputs from devices. (If the image is on your phone, then upload it to the internet)
You can use multiple platforms to upload your images.
Once you've uploaded your image you use:
body {
background-image: URL("http:\\ { Link }");
}
+ 3
@Mwas I have added my code please see it
+ 2
thanks alot guys,,
+ 1
I mean in sololearn,,not able to add background image,that's where am stuck,,I can add if am using a PC,
+ 1
someone help me with a real code,that u might have worked with, it will help me learn