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;