9 lines
169 B
Text
9 lines
169 B
Text
repeating-radial-gradient {
|
|
bounds: 0 0 50 50;
|
|
center: 20 30;
|
|
hradius: 30;
|
|
vradius: 20;
|
|
start: 0.25;
|
|
end: 0.75;
|
|
stops: 0 rgb(255,0,255), 1 rgb(0,255,0);
|
|
}
|