Uploading image from Google🤔 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 30

Uploading image from Google🤔

Any one know how to upload an image from Google to our code playground? | | | V My CSS code (not working) #Head { Background-image: url("http://www.4usky.com/data/out/73/164653312-pride-wallpapers.jpg"); } Any mistake?

25th Jun 2019, 5:19 PM
KingDaniel2004
KingDaniel2004 - avatar
4 Answers
+ 21
Chris C. Thank you sir😀
25th Jun 2019, 9:17 PM
KingDaniel2004
KingDaniel2004 - avatar
+ 19
Thanks 😊 :)
25th Jun 2019, 5:29 PM
KingDaniel2004
KingDaniel2004 - avatar
+ 7
Things in the head tag will not be displayed in the browser. Add the image to the body element. replace #head {} With body{}
25th Jun 2019, 8:56 PM
Chris Coder
Chris Coder - avatar
+ 1
I think you should do it like this. I also preffer using other things to make the background look good: body { background-image: url(“link”); background-repeat: no-repeat; size: #% #%; }
7th Jul 2019, 8:08 AM
JBuster