From dc4daf83dfe5ff59c5a288abacdd9ca3144b3dc6 Mon Sep 17 00:00:00 2001 From: JDobeshow Date: Tue, 19 Apr 2022 13:31:40 +0200 Subject: [PATCH] added extra cringe to visit counter --- index.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a752027..ce83dd3 100644 --- a/index.html +++ b/index.html @@ -70,6 +70,17 @@ max-width: 100%; } + .blinking { + animation: blink 1s infinite linear; + } + + @keyframes blink { + 50% { + background-color:yellow; + color:red; + } + } + @keyframes rickRoll { 50% { transform: translateX(calc(100% - 560px)); @@ -286,9 +297,9 @@ -
This site has been visited times
+
This site has been visited times
- + \ No newline at end of file