blob: c419306c2aeb30fcf4bb528a8043b3b6eff21478 (
plain)
1
2
3
4
5
6
7
|
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/before-after-images-001.htm */
div:before {
content:url(missing-image.png);
}
div { border:1px solid green; margin:5px; }
|