From 57708ff1efcdbedd725e592fa21d613054fc0c7c Mon Sep 17 00:00:00 2001 From: "serny.s" Date: Wed, 5 Jan 2022 14:29:09 +0100 Subject: [PATCH] fix --- style/style_fun.css | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/style/style_fun.css b/style/style_fun.css index 9e2613b..dc63289 100644 --- a/style/style_fun.css +++ b/style/style_fun.css @@ -1,34 +1,20 @@ * { box-sizing: content-box; } - +main { + background-color: black; +} @keyframes defilement { 0% { - top: 0; + top: -1000px; transform: rotateX(15deg) translateZ(2200px); } 100% { - top: -10000px; + top: 0px; transform: rotateX(20deg) translateZ(-2200px); } } -@keyframes rainbow { - 0% { - color: yellow; - } - 25% { - color: yellowgreen; - } - 50% { - color: red; - } - 75% { - color: blue; - } - 100% { - color: yellow; - } -} + .main-contents { z-index: 9999; }