10 lines
108 B
CSS
10 lines
108 B
CSS
circle {
|
|
stroke: white;
|
|
fill: transparent;
|
|
}
|
|
|
|
mask circle {
|
|
stroke-width: 0;
|
|
fill: white;
|
|
}
|