+ 2
background:url("bg.jpg"); what's the function of the url and why is the folder from which the image comes from is not decpared
2 Respuestas
+ 4
It's referencing the image that'll be used for your background. In that form, it's assuming that it's opening it from the root direction of the file calling for it. You can use that area of the function to specify the location, whether it's on the drive with the files or if it's a URL to an image online. Hope that helps, good luck!
+ 2
okay
thanks Marley