We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f63c79 commit 405299aCopy full SHA for 405299a
css/style.css
@@ -18,43 +18,4 @@ svg {
18
19
.point{
20
font-size:4em;
21
-}
22
-.piece{
23
- animation: pulse 5s infinite;
24
- fill-color:#ffffff;
25
26
-
27
-@keyframes pulse {
28
- 0% {
29
- fill: currentColor;
30
- }
31
- 100% {
32
- fill: #FF4136;
33
34
35
36
-.piecesB{
37
- animation: pulse 5s 1;
38
39
40
-@keyframes pulseB{
41
- 0%{
42
- fill: #fff;
43
44
- 100%{
45
- fill: #000;
46
47
48
49
-.piecesW{
50
- animation: pulseW 5s 1;
51
52
53
-@keyframes pulseW {
54
55
56
57
58
- fill: #FFf;
59
60
}
0 commit comments