From df5e8858f879aa0b0d201df725daf1c9817688bf Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 9 Mar 2026 05:28:59 +0100 Subject: [PATCH] ajout d'une marge entre les elements du corps de page --- static/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index a927c10..69f210f 100644 --- a/static/style.css +++ b/static/style.css @@ -9,11 +9,12 @@ blockquote{ footer{ background-color: lightgrey; + margin: 5px; } .nav-list{ list-style-type: none; - margin: 0; + margin: 5px; padding: 0; overflow: hidden; background-color: #cc0000; @@ -41,6 +42,7 @@ footer{ } .main-content{ + margin: 5px; border-style: solid; border-width: 5px; border-color: #cc0000;