From 1193c676bd28776a66c66b37d573f329492cd7ca Mon Sep 17 00:00:00 2001 From: Mathieu GROUSSEAU Date: Sun, 8 Jan 2023 11:59:34 +0100 Subject: [PATCH] Je sais pas trop quoi faire pour la nav --- styles/base.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styles/base.css b/styles/base.css index 780af1d..c18b7f1 100644 --- a/styles/base.css +++ b/styles/base.css @@ -39,6 +39,14 @@ h6[titlenum]::before { font-weight: normal; } +nav { + display: inline-block; + padding-left: 1rem; + padding-right: 1rem; + border: thin solid black; + box-shadow: 0px 2px 5px black; +} + section {} section>h2,