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 | |
parent | 7d292923cb87d74cdab3e190a37fefbe0535c84b (diff) |
Added cool animations :lipstick:
-rw-r--r-- | assets/css/style.css | 5 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 6 insertions, 1 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 { @@ -49,7 +49,7 @@ </div> </div> <div class="bottom-right-logo"> - <img src="assets/images/logo_light.png" height="41px" width="95.28571428571429px"> + <a href="#"><img src="assets/images/logo_light.png" height="41px" width="95.28571428571429px"></a> </div> <script src="./assets/js/jquery.js"></script> |