From 44cff3c2c3cf162042f03860b217cde066a98bd2 Mon Sep 17 00:00:00 2001 From: username Date: Sun, 21 Nov 2021 10:49:04 +0100 Subject: [PATCH] =?UTF-8?q?j'ai=20pass=C3=A9=20bcp=20trop=20de=20temps=20a?= =?UTF-8?q?=20fix=20cette=20page=20je=20la=20hais=20desormais=20ne=20la=20?= =?UTF-8?q?recassez=20pas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/2000/for.css | 29 +++++++++++++++++++++++++++-- styles/2000/main.css | 36 +++++++++++++++++++++++++++++++++--- 2 files changed, 60 insertions(+), 5 deletions(-) diff --git a/styles/2000/for.css b/styles/2000/for.css index 9f72f61..52f9199 100644 --- a/styles/2000/for.css +++ b/styles/2000/for.css @@ -1,11 +1,36 @@ +main { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} + #form { + width: fit-content; + border: solid purple 2px ; border-radius: 15px; display: flex; text-align: center; flex-direction: column; justify-content: center; - align-content: space-between; + align-items: space-between; padding-left: 15%; padding-right: 15%; + padding-bottom: 2rem; + margin-top: 5rem; margin-bottom: 5rem; -} \ No newline at end of file +} + +form { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + padding-bottom: 2rem; +} + +#feedback #form{ + padding: 2rem; + margin-top: 1rem; + margin-bottom: 1rem; + } \ No newline at end of file diff --git a/styles/2000/main.css b/styles/2000/main.css index 49dd7be..a3e3e51 100644 --- a/styles/2000/main.css +++ b/styles/2000/main.css @@ -113,11 +113,12 @@ figure { flex-direction: row; } -#feedback { +#footer { display: flex; - align-items: center; - justify-content: center; flex-direction: column; + justify-content: center; + align-items: center; + padding-bottom: 2rem; } #rightfoot { @@ -133,4 +134,33 @@ figure { #rightfoot ul li { margin: 5px; +} + +#feedback{ + display: flex; + flex-direction: column; + align-items: center; +} + +#feedback #form { + width: fit-content; + border: solid purple 2px ; + border-radius: 15px; + display: flex; + text-align: center; + flex-direction: column; + justify-content: center; + padding-top: 2rem; + padding-left: 15%; + padding-right: 15%; + padding-bottom: 2rem; + margin-bottom: 5rem; +} + +#feedback #form form { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + padding-bottom: 2rem; } \ No newline at end of file