What is the correct format for the image path of the background-image property: | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What is the correct format for the image path of the background-image property:

16th Oct 2016, 8:22 AM
hossein keyhani
hossein keyhani - avatar
1 Antwort
+ 2
body { background-image: url("path/to/your/image.jpg"); } You can use either a relative or absolute path. If your image is in the same folder as your html file, just put the name of your image.
16th Oct 2016, 11:19 AM
Zen
Zen - avatar