Background image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Background image

Can anyone tell how to add background image in code To the phone not pc

19th Jul 2020, 6:39 PM
Neema Rathore
Neema Rathore - avatar
6 Answers
+ 2
To the phone
19th Jul 2020, 6:40 PM
Neema Rathore
Neema Rathore - avatar
+ 2
Thank u sir 🤩
21st Jul 2020, 4:41 AM
Neema Rathore
Neema Rathore - avatar
+ 2
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 😔
23rd Jul 2020, 4:26 PM
Neema Rathore
Neema Rathore - avatar
+ 2
My image is getting repeated, what should I do that does not repeat?
22nd Aug 2020, 5:41 PM
Neema Rathore
Neema Rathore - avatar
+ 1
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
19th Jul 2020, 7:11 PM
Jayakrishna 🇮🇳
+ 1
body { background-image: url(""); background-repeat:no-repeat; }
26th Aug 2020, 9:46 PM
Jayakrishna 🇮🇳