From ad47908aedb24d9a257771e2a471669f230a4f8d Mon Sep 17 00:00:00 2001 From: username Date: Sat, 20 Nov 2021 18:44:05 +0100 Subject: [PATCH] petits details --- styles/2000/main.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/styles/2000/main.css b/styles/2000/main.css index 32812ce..49dd7be 100644 --- a/styles/2000/main.css +++ b/styles/2000/main.css @@ -36,6 +36,7 @@ nav ul li{ text-align: center; background-color: salmon; margin: 5px; + border-radius: 5px; } nav ul li:hover{ background-color: #F59BFF; @@ -63,6 +64,7 @@ h1 { justify-content: center; align-items: center; border: solid purple 5px ; + border-radius: 15px; margin: 15px; padding: 5px; text-decoration: none; @@ -110,3 +112,25 @@ figure { border-radius: 15px; flex-direction: row; } + +#feedback { + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; +} + +#rightfoot { + display: flex; + justify-content: center; +} + +#rightfoot ul { + display: flex; + flex-direction: row; + list-style-type: none; +} + +#rightfoot ul li { +margin: 5px; +} \ No newline at end of file