diff --git a/index.css b/index.css index 6e3c5ed..b67b459 100644 --- a/index.css +++ b/index.css @@ -5,6 +5,18 @@ line-height: 1.2; } + +@keyframes blinker { + 50% { + opacity: 0; + } + } + +.timer.my-turn { + color: #0f0; + animation: blinker 1s linear infinite; +} + .timer.over { color: #f00; } \ No newline at end of file diff --git a/index.html b/index.html index f802e6e..bf77b68 100644 --- a/index.html +++ b/index.html @@ -16,13 +16,13 @@
-

+

-

+

-

+