CSS Value: URL
Web resource location. A string (being the actual location of the resource) inside the parentheses of url()
.
Example
body {
background-image: url("ewoksAreUnderrated.jpg");
}
Web resource location. A string (being the actual location of the resource) inside the parentheses of url()
.
body {
background-image: url("ewoksAreUnderrated.jpg");
}