From 3de6782a51bd2cce7b843f45477a8e294edabe10 Mon Sep 17 00:00:00 2001 From: neingeist Date: Mon, 25 Nov 2013 20:59:00 +0100 Subject: [PATCH] blink --- index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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...