From 58cb9e9f7bf8be4e553ec94224cc63e6bd0ba04c Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Thu, 29 Oct 2020 19:25:13 +0100 Subject: [PATCH] made chewing gum rotate on hover --- static/css/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index 1d0d474..b6eb877 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -329,6 +329,11 @@ div#listofpeople{ -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); + transition: transform 0.5s; +} + +#colophon img:hover { + transform: rotate(45deg); } #colophon {