From cadfa4a6d04643898e76d0928e81be535667fe87 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Fri, 8 Mar 2024 22:26:52 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/html/src/css/style.css b/html/src/css/style.css index abd931e4..ccc77994 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -29,7 +29,14 @@ header, footer, nav { header, footer { justify-content: space-between; - border: 1px solid var(--text); +} + +nav { + border-bottom: 1px solid var(--text); +} + +footer { + border-top: 1px solid var(--text); } input, textarea {