how to add bg image in this sololearn app coding? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 ?

16th Apr 2018, 5:40 AM
Anto Sebastin kowrin
Anto Sebastin kowrin - avatar
2 Respostas
+ 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
16th Apr 2018, 5:55 AM
šŸŒ›DTšŸŒœ
šŸŒ›DTšŸŒœ - avatar
+ 3
option1:css body{ background-image:url(img.link); } option2:html <img src="img.link" >
16th Apr 2018, 5:46 AM
į Œį ŒBrains[Abidemi]
į Œį ŒBrains[Abidemi] - avatar