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 --- dates.html | 11 +++++++++++ index.html | 2 +- style.css | 7 +++++-- 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 dates.html diff --git a/dates.html b/dates.html new file mode 100644 index 0000000..a17bf6b --- /dev/null +++ b/dates.html @@ -0,0 +1,11 @@ + + + + Les Running Gags - Dates + + + + + + Retour + diff --git a/index.html b/index.html index 088b47c..3ff244d 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@

Bienvenue sur le site des Running Gags !

-

Membres du groupe

+

Le groupe

Nos dates

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