aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarco Alexander Fischer2018-10-14 14:22:33 +0200
committerMarco Alexander Fischer2018-10-14 14:22:33 +0200
commitf05742e4f546e98e9c291c512d4bf65143345271 (patch)
tree13d65a3b3e6172deacb0e20930610abd18ff3933
parent7d292923cb87d74cdab3e190a37fefbe0535c84b (diff)
Added cool animations :lipstick:
-rw-r--r--assets/css/style.css5
-rw-r--r--index.html2
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 {
diff --git a/index.html b/index.html
index d0af460..aa2922d 100644
--- a/index.html
+++ b/index.html
@@ -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>