6 lines
135 B
Text
6 lines
135 B
Text
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);
|
|
}
|