Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<meta charset="utf-8">
<title>background-image image() function</title>
<link rel="match" href="background-image-image-function-ref.html">
<style>
:root {
background-image: image(green);
}
</style>