ESH/dompdf/lib/php-css-parser/tests/files/url.css

4 lines
170 B
CSS
Raw Normal View History

2024-10-23 18:28:06 +05:30
body { background: #FFFFFF url("http://somesite.com/images/someimage.gif") repeat top center; }
body {
background-url: url("http://somesite.com/images/someimage.gif");
}