Files
PHPWord/vendor/sabberworm/php-css-parser/tests/files/url.css
Dave Umrysh dc8b19aade first commit
2021-02-26 12:53:56 -07:00

4 lines
170 B
CSS

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