+ 3
how to set background image in css
what is code for set background image from mobile storage "code"
6 Respostas
+ 4
METHOD 1: DROPBOX Application
--> First Download Dropbox from Playstore.
DownloadLink:
https://play.google.com/store/apps/details?id=com.dropbox.android
--> Upload image that you want to add in HTML on Sololearn.
--> Get link of image from Dropbox that you want to add in HTML on Sololearn.
NOTE: there is "dl=0" at the last of link
Replace it with "raw=1" .
METHOD 2: imgur.com Website
--> First Create your Account.
--> Upload image that you want to add in HTML on Sololearn.
--> Get link of image that you want to add in HTML on Sololearn.
+ 8
Here is a Dropbox Tutorial. You may find it useful!
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
+ 4
On sololearn, you can't access images from your mobile storage. What you can do is, you can store you image on a free cloud storage, like dropbox or imgur and then get the link and use it in your code.
+ 2
great...
+ 1
thank u for help
can u tell me code for how i insert image in css
code is
background-image:url('http://imgur.com/gallery/tsayFoK');
background-size:absolute ;
background-position:center ;
position:relative ;
overflow-x:hidden;
it is wrong or right
#Rohit Kanojiya
0
Sololearn background image how?