10 lines
222 B
CSS
10 lines
222 B
CSS
body {
|
|
background: url("#foobar");
|
|
background: url("http:foobar");
|
|
background: url("https:foobar");
|
|
background: url("data:foobar");
|
|
background: url("chrome:foobar");
|
|
background: url("//foobar");
|
|
}
|
|
|