7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
|
conic-gradient {
|
||
|
bounds: 0 0 50 50;
|
||
|
center: 20 30;
|
||
|
rotation: 25;
|
||
|
stops: 0 rgb(68,68,68), 0.2 rgb(0,255,0), 1 rgb(255,0,170);
|
||
|
}
|