From de66f21bc991b5eb5dc90296431901bae95de1fc Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Mon, 3 Jul 2023 16:27:05 +0200 Subject: fix: index button borders, added dates.html --- style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 40c5808..988566b 100644 --- a/style.css +++ b/style.css @@ -9,7 +9,7 @@ body{ body.index{ height: 97vh; - text-shadow: 0 0 8px white; + text-shadow: 1px 1px 8px white, -1px -1px 8px white, -1px 1px 8px white, 1px -1px 8px white; font-family: serif; } @@ -24,8 +24,11 @@ body.index{ .button{ padding: 5px; + margin-right: auto; + margin-left: auto; + border: 3px inset #00000000; transition-property: border; - transition-duration: 1s; + transition-duration: 0.5s; } .button:hover{ -- cgit v1.2.3