From 541a9e181a86397fd2bd534d748f057f95e2fda8 Mon Sep 17 00:00:00 2001 From: Roxane Date: Sun, 7 Apr 2024 21:35:09 +0200 Subject: [PATCH] . --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 0ba4921..471ee94 100644 --- a/css/style.css +++ b/css/style.css @@ -144,15 +144,15 @@ nav ul li a { color: white; } +section:target { + display: block; +} section { margin-bottom: 5px; display: none; } -section:target { - display: block; -} section h2 { margin-bottom: 10px;