mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
10 lines
136 B
CSS
10 lines
136 B
CSS
|
window {
|
||
|
background-color: blue;
|
||
|
background-image: image(red);
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
|
||
|
#reference {
|
||
|
background: red;
|
||
|
}
|