diff --git a/index.html b/index.html index 1084945..9ccd20a 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,12 @@ font-family: 'silkscreennormal'; color: white; } + .blink { + animation: blink 1s steps(5, start) infinite; + } + @keyframes blink { + to { visibility: hidden; } + } #einladung { font-family: 'silkscreennormal'; position: absolute; @@ -49,7 +55,7 @@
-loading... + loading...