From f813bcc4fe003f8619f97bc307bd1c60929caa0e Mon Sep 17 00:00:00 2001 From: lolmao Date: Fri, 27 Oct 2023 11:21:16 -0500 Subject: Create the chungoid --- acknowledgements.html | 2 +- images/chungoid.jpg | Bin 0 -> 8191 bytes index.css | 15 +++++++++++++++ index.html | 4 +++- 4 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 images/chungoid.jpg diff --git a/acknowledgements.html b/acknowledgements.html index d5704cd..1dd264d 100644 --- a/acknowledgements.html +++ b/acknowledgements.html @@ -15,7 +15,7 @@
diff --git a/images/chungoid.jpg b/images/chungoid.jpg new file mode 100644 index 0000000..ba8b83f Binary files /dev/null and b/images/chungoid.jpg differ 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 diff --git a/index.html b/index.html index 4e85a41..fadd298 100644 --- a/index.html +++ b/index.html @@ -15,13 +15,15 @@

We do a little trolling it's called we do a little trolling

wtf do I put here lol

+ the chungoid in action +