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 ------------------ css/chung.css | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 18 deletions(-) create mode 100644 css/chung.css (limited to '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 diff --git a/css/chung.css b/css/chung.css new file mode 100644 index 0000000..17c8ec3 --- /dev/null +++ b/css/chung.css @@ -0,0 +1,14 @@ +#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