From 916f85061a4ca82de70a83e289b6f2f02a3218fc Mon Sep 17 00:00:00 2001 From: Marco Alexander Fischer Date: Sat, 6 Oct 2018 20:30:01 +0200 Subject: Added favicon :lipstick: --- assets/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'assets/css/style.css') 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 { -- cgit v1.2.3