diff options
author | Marco Alexander Fischer | 2018-10-06 20:30:01 +0200 |
---|---|---|
committer | Marco Alexander Fischer | 2018-10-06 20:30:01 +0200 |
commit | 916f85061a4ca82de70a83e289b6f2f02a3218fc (patch) | |
tree | 3c6de3827cbb9beac45c54a623551c3758505aee /assets/css/style.css | |
parent | 81d3cefcbb0418486922fd9acd1688a03a4d6338 (diff) |
Added favicon :lipstick:
Diffstat (limited to 'assets/css/style.css')
-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 3152e92..4507799 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -116,9 +116,14 @@ body { } .bottom-right-logo { + opacity: 0; position: absolute; bottom: 5px; right: 20px; + animation-name: fade-in-custom; + animation-delay: 4s; + animation-duration: 1s; + animation-fill-mode: forwards; } a:visited { |