What is the correct format for the image path of the background-image property: | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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