PHPWord/vendor/sabberworm/php-css-parser/tests/files/url.css

4 lines
170 B
CSS
Raw Normal View History

2021-02-26 19:53:56 +00:00
body { background: #FFFFFF url("http://somesite.com/images/someimage.gif") repeat top center; }
body {
background-url: url("http://somesite.com/images/someimage.gif");
}