From 5e5256da07414882b8f801aa5737c3c2553ba33b Mon Sep 17 00:00:00 2001 From: Roxane Date: Sun, 7 Apr 2024 22:24:47 +0200 Subject: [PATCH] repair display --- css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/style.css b/css/style.css index c0c9d3d..40af263 100644 --- a/css/style.css +++ b/css/style.css @@ -161,6 +161,14 @@ nav ul li a { display: none; } +#cv:target ~ #mesProjets:target ~ #a-propos:target { + display: none; +} + +#mesProjets:target ~ #cv:target ~ #a-propos:target { + display: none; +} + section h2 { margin-bottom: 10px; font-weight: bold;