| <!doctype html> | |
| <meta charset="utf-8"> | |
| <title>background-image image() function</title> | |
| <link rel="help" href="https://drafts.csswg.org/css-images-5/#image-notation"> | |
| <link rel="match" href="background-image-image-function-ref.html"> | |
| <style> | |
| :root { | |
| background-image: image(green); | |
| } | |
| </style> |