From f813bcc4fe003f8619f97bc307bd1c60929caa0e Mon Sep 17 00:00:00 2001 From: lolmao Date: Fri, 27 Oct 2023 11:21:16 -0500 Subject: Create the chungoid --- index.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'index.css') diff --git a/index.css b/index.css index da9a17e..df799d6 100644 --- a/index.css +++ b/index.css @@ -58,4 +58,19 @@ 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