From a70ac393d20b7d9c306e503272bee8623c4b15aa Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 7 Mar 2026 13:43:25 +0100 Subject: [PATCH] correction du style de la barre de navigation a l'aide du site w3cschool --- static/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index fe0191b..d481d74 100644 --- a/static/style.css +++ b/static/style.css @@ -12,8 +12,9 @@ footer{ .nav-list{ list-style-type: none; - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; + overflow: hidden; background-color: #0000cc; }