mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
10 lines
220 B
CSS
10 lines
220 B
CSS
|
a {
|
||
|
background-image: radial-gradient(at left circle, red, blue);
|
||
|
}
|
||
|
b {
|
||
|
background-image: radial-gradient(10px at left circle, red, blue);
|
||
|
}
|
||
|
c {
|
||
|
background-image: radial-gradient(at 10px 10px circle, red, blue);
|
||
|
}
|