diff options
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 { |