8 lines
96 B
CSS
8 lines
96 B
CSS
#reference1 {
|
|
background: lime;
|
|
}
|
|
|
|
#reference2 {
|
|
background: url("marble.xpm") no-repeat;
|
|
}
|