PHPWord/vendor/sabberworm/php-css-parser/tests/files/url.css
2023-04-06 11:14:49 -06:00

4 lines
170 B
CSS
Executable File

body { background: #FFFFFF url("http://somesite.com/images/someimage.gif") repeat top center; }
body {
background-url: url("http://somesite.com/images/someimage.gif");
}