mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-30 15:31:34 +00:00
8 lines
109 B
CSS
8 lines
109 B
CSS
|
window {
|
||
|
background: red;
|
||
|
}
|
||
|
|
||
|
#test {
|
||
|
background: radial-gradient(circle, red 100%, blue 0%, red 100%);
|
||
|
}
|