how do I give a path to my image in URL?`
.backgroundimg{
background-image:url("images\image.jpg")
}
how do I give a path to my image in URL?`
.backgroundimg{
background-image:url("images\image.jpg")
}
@vedantjangid hey,
you need to come out of your css folder with 2 dots to access the image folder ../images/image.jpg
thank you so much ive been stuck since 2 to 3 hours.