From 34681b22f6beae4107aa6486a2fad0de6517b725 Mon Sep 17 00:00:00 2001 From: username Date: Thu, 18 Nov 2021 16:43:06 +0100 Subject: [PATCH] jsp ce que j'ai fait --- styles/2000/main.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/styles/2000/main.css b/styles/2000/main.css index ce6dd5e..02cb4d6 100644 --- a/styles/2000/main.css +++ b/styles/2000/main.css @@ -25,6 +25,7 @@ nav ul { } nav ul li{ + text-align: center; background-color: salmon; margin: 5px; } @@ -45,14 +46,20 @@ h1,h2,p,#intropage { } #makeachoicehf a{ - width: fit-content; display: flex; justify-content: center; align-items: center; border: solid purple 5px ; margin: 15px; + padding: 5px; + text-decoration: none; } +#makeachoicehf a:hover{ + background-color: #fcdcff; +} + + #makeachoicehf a p{ text-decoration: none; font-size: 2rem;