From 1005e41420fa02f2c8e3f8779e6d043e6d6b9cb7 Mon Sep 17 00:00:00 2001 From: lolmao Date: Wed, 1 Nov 2023 10:22:14 -0500 Subject: Seperate chungus rotation from base.css --- css/base.css | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'css/base.css') diff --git a/css/base.css b/css/base.css index 4c716c1..bed4b11 100644 --- a/css/base.css +++ b/css/base.css @@ -38,9 +38,6 @@ body { height: 5vw; - /*background-image: url(../images/sketty.jpeg); - background-size: cover;*/ - background-color: black; color: white; @@ -65,19 +62,4 @@ body { ul li { list-style-type: '- '; -} - -#chung { - animation: rotation 1s; - animation-timing-function: linear; - animation-iteration-count: infinite; -} - -@keyframes rotation { - from { - transform: rotate(0deg); - } - to { - transform: rotate(359deg); - } } \ No newline at end of file -- cgit v1.2.3