You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
180 B
CSS
15 lines
180 B
CSS
|
5 years ago
|
.arc text {
|
||
|
|
font: 18px arial;
|
||
|
|
text-anchor: middle;
|
||
|
|
}
|
||
|
|
|
||
|
|
.arc path {
|
||
|
|
stroke: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.title {
|
||
|
|
fill: green;
|
||
|
|
font-size: 24px;
|
||
|
|
font-weight: italic;
|
||
|
|
|
||
|
|
}
|