+ 8
learning css is soo exciting how to use background-image if my images name is img.jpg
i love css easy to learn and understand but facing some difficulities to learn properties and values are too easy
8 Respostas
+ 7
want to type url
ok thanks
+ 7
i will try it
+ 6
body {background-image: url('img.jpg')}
+ 3
{background-image: url(.../img.jpg);}
+ 1
body {
background-image: url('img.jpg')
}
+ 1
I think like that we can do it
0
it's always recommended to rename the image file to something other than "IMG"
0
you can try <body background="IMG.jpg">