Can anyone tell how to add background image in code To the phone not pc
7/19/2020 6:39:00 PM
Neema Rathore7 Answers
New AnswerSee the below link.. Use valid url; To directly add in html, add it in body tag, or in head tag: <style> body { background-image: url("http://www.sololearn.com/uploads/css_logo.png"); } </style> https://www.sololearn.com/learn/CSS/1104/?ref=app
See the below link.. Use valid url; To directly add in html, add it in body tag, or in head tag: <style> body { background-image: url("http://www.sololearn.com/uploads/css_logo.png"); } </style> https://www.sololearn.com/learn/CSS/1104/?ref=app Sir this is not working ๐
Neema Rathore To the phone or from the phone?
SoloLearn Inc.
4 Embarcadero Center, Suite 1455Send us a message