10 lines
138 B
CSS
10 lines
138 B
CSS
@import url(two/two.css);
|
|
|
|
.foo {
|
|
background-image:url(data:image/gif;base64,abcdeabcde);
|
|
}
|
|
|
|
.bar {
|
|
background-image: url("one.png");
|
|
}
|