From 766bba42a809d064b921dce72914cf1204adb660 Mon Sep 17 00:00:00 2001 From: "mathis.moulin" Date: Sun, 8 Jan 2023 12:08:04 +0100 Subject: [PATCH] Ajout bg + shadow --- styles/base.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/styles/base.css b/styles/base.css index c18b7f1..903aab1 100644 --- a/styles/base.css +++ b/styles/base.css @@ -8,7 +8,9 @@ html { padding: 0; } -body {} +body { + background-color: rgb(216, 216, 216); +} h1, h2, @@ -47,6 +49,10 @@ nav { box-shadow: 0px 2px 5px black; } +table{ + box-shadow: 0px 2px 5px black; +} + section {} section>h2,