Uploading image from GooglešŸ¤” | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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