From f71ceaf62074f638a31729e2c1f3268d345e9a91 Mon Sep 17 00:00:00 2001 From: LD Date: Wed, 19 Nov 2025 14:14:03 -0500 Subject: [PATCH] =?UTF-8?q?ajout=20de=20r=C3=A8gles=20css=20Lore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/css/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index c032d04..bcb97e4 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -46,10 +46,10 @@ background-color: rgb(104, 170, 56); } -/****************************/ -/* PAGE: Univers Sci-fi */ +/**************************************/ +/* PAGE: Univers Sci-fi et sous-pages */ /* AUTEUR: Léa */ -/****************************/ +/**************************************/ .lore { background-color: #C19F8A; color: #FFEFE5; @@ -65,12 +65,13 @@ } .lore table{ - width: 60%; + width: 70%; border: 2px solid #FFEFE5; margin: 10px; } .lore th{ + padding: 10px; border: 1px solid #FFEFE5; }