From c0a2450b43156b7e03f26de42159c47428808e90 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Mon, 31 Jul 2023 14:10:41 +0200 Subject: minor: minor visual changes --- index.html | 3 +++ membres.html | 2 +- style.css | 10 +++------- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 3ff244d..1165b51 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,10 @@

Bienvenue sur le site des Running Gags !

+

Le groupe

+ +

Nos dates

diff --git a/membres.html b/membres.html index cce7cc2..cea632d 100644 --- a/membres.html +++ b/membres.html @@ -48,7 +48,7 @@ -
Retour + diff --git a/style.css b/style.css index fbb1a1a..f489a85 100644 --- a/style.css +++ b/style.css @@ -16,24 +16,20 @@ body.index{ .content{ padding: 5px; margin: auto; - margin-left: 15%; - margin-right: 15%; + margin-left: 10%; + margin-right: 10%; border: 3px dotted #777777; border-radius: 8px; color: #ffffff; } .button{ - padding: 5px; + margin-top: 5px; margin-right: auto; margin-left: auto; - border: 3px inset #00000000; - transition-property: border; - transition-duration: 0.5s; } .button:hover{ - border: 3px inset #888888; } ul{ -- cgit v1.2.3