From 6031f06ba2e4b79d2d2d05f1a1c8eeb6d088af3e Mon Sep 17 00:00:00 2001 From: Roxane Date: Sun, 7 Apr 2024 22:09:31 +0200 Subject: [PATCH] repair display --- css/style.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index 4f14c54..71ee4c8 100644 --- a/css/style.css +++ b/css/style.css @@ -147,17 +147,19 @@ nav ul li a { color: white; } - +.sec { + display: none; +} #a-propos { display: block; } -#mesProjets:not(:target) { - display: none; +#mesProjets:target { + display: block; } -#cv:not(:target) { - display: none; +#cv:target { + display: block; } section h2 {