mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-01 18:00:57 +01:00
11 lines
129 B
CSS
11 lines
129 B
CSS
|
|
@-webkit-keyframes dot {
|
|
0% {
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
100% {
|
|
transform: rotate(80deg);
|
|
}
|
|
}
|