0
how to add bg image in this sololearn app coding?
where do I have to paste the picture in order to show the img in html output in this app ?
2 Réponses
+ 12
follow what brains suggested ...
u can create image link with the help of dropbox
check out the code👇
https://www.sololearn.com/Discuss/1054246/?ref=app
+ 3
option1:css
body{
background-image:url(img.link);
}
option2:html
<img src="img.link" >