diff options
author | Marco Alexander Fischer | 2018-10-14 14:22:33 +0200 |
---|---|---|
committer | Marco Alexander Fischer | 2018-10-14 14:22:33 +0200 |
commit | f05742e4f546e98e9c291c512d4bf65143345271 (patch) | |
tree | 13d65a3b3e6172deacb0e20930610abd18ff3933 /assets | |
parent | 7d292923cb87d74cdab3e190a37fefbe0535c84b (diff) |
Added cool animations :lipstick:
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |