From 72161327647573e65fe1d50b03bd5f67d4638199 Mon Sep 17 00:00:00 2001 From: Alpha Date: Sun, 30 Apr 2017 16:24:31 +0200 Subject: [PATCH] revert failed --- index.php | 2 +- style.css | 34 ---------------------------------- 2 files changed, 1 insertion(+), 35 deletions(-) diff --git a/index.php b/index.php index a04b474..c2f7633 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ - +
diff --git a/style.css b/style.css index 68de36d..95c40a4 100644 --- a/style.css +++ b/style.css @@ -193,37 +193,3 @@ right: 125px; text-decoration: none; cursor: pointer; } - - .body1{ - - background: linear-gradient(100deg, #595959, #000000, #b01a1a); -background-size: 800% 800%; - - - -webkit-animation: fade 33s ease infinite; --moz-animation: fade 33s ease infinite; --o-animation: fade 33s ease infinite; -animation: fade 33s ease infinite; - -} - -@-webkit-keyframes fade { - 0%{background-position:0% 33%} - 50%{background-position:100% 68%} - 100%{background-position:0% 33%} -} -@-moz-keyframes fade { - 0%{background-position:0% 33%} - 50%{background-position:100% 68%} - 100%{background-position:0% 33%} -} -@-o-keyframes fade { - 0%{background-position:0% 33%} - 50%{background-position:100% 68%} - 100%{background-position:0% 33%} -} -@keyframes fade { - 0%{background-position:0% 33%} - 50%{background-position:100% 68%} - 100%{background-position:0% 33%} -}