mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 01:31:13 +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%);
|
||
|
}
|