From 179dae14582d69e1717a2e1ec8568cf5c49bae1e Mon Sep 17 00:00:00 2001 From: Louis GERMAIN Date: Sat, 28 Oct 2023 17:13:41 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'css/contact.css'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/contact.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/contact.css b/css/contact.css index 8605278..e4c4b64 100644 --- a/css/contact.css +++ b/css/contact.css @@ -15,4 +15,16 @@ form { .field_label { display: block; +} + +#recap { + position: absolute; + top: 75vh; + left: 5vw; + background-color: gray; + border: 2px solid black; + width: 75vw; + padding: 1vh; + border-bottom-left-radius: 10px; + border-top-right-radius: 10px; } \ No newline at end of file