From f05742e4f546e98e9c291c512d4bf65143345271 Mon Sep 17 00:00:00 2001 From: Marco Alexander Fischer Date: Sun, 14 Oct 2018 14:22:33 +0200 Subject: Added cool animations :lipstick: --- assets/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'assets') diff --git a/assets/css/style.css b/assets/css/style.css index 27a2d4b..1b51ce7 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -126,6 +126,11 @@ body { animation-delay: 4s; animation-duration: 1s; animation-fill-mode: forwards; + transition: all .2s ease-in-out; +} + +.bottom-right-logo:hover { + transform: scale(1.1); } a:visited { -- cgit v1.2.3