- 1
How I put a image which is stored in my phone to CSS for background?
If anyone know please help
4 Answers
+ 9
chitrangad Use Dropbox for adding images from your device....
Look at this code
https://code.sololearn.com/WT3661NHpV3B/?ref=app
for adding Background image use this css property :-
background-image:url("paper.gif");
+ 2
Image must be in the folder where your html file is there... You can use Dropbox to upload any image to acces it anywhere.
0
Please suggest any example
0
Thank you akanshađ