From 844b60944b20a69a4be05f92964fccdd4880f124 Mon Sep 17 00:00:00 2001 From: anaelle1531 <125869653+anaelle1531@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:54:32 +0200 Subject: [PATCH] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 6086f91..58ebea6 100644 --- a/style.css +++ b/style.css @@ -62,7 +62,7 @@ a { .navbar { display: flex; justify-content: space-between; /*met le h1 à droite et les h2 à gauche*/ - background-color: black; + background-color: dark blue; padding: 16px; /*élargit navbar*/ } @@ -86,4 +86,4 @@ a { color: lightblue; background-color : blue; border-radius: 4px; -} \ No newline at end of file +}