From 965efdb0cbdcaf20b0b9e049a3de1e9a936a2365 Mon Sep 17 00:00:00 2001 From: Melissa Date: Thu, 18 Jun 2026 10:57:31 +0200 Subject: [PATCH] continued form in contact page --- pages/contact.css | 23 ++++++++++++++++++++++- pages/contact.html | 9 ++++++--- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/pages/contact.css b/pages/contact.css index 977275c..4de2e45 100644 --- a/pages/contact.css +++ b/pages/contact.css @@ -102,7 +102,8 @@ h1{ } thead{ - background-color: lightgreen; + background-color:rgb(8, 105, 85); + color: lightblue; } th,td{ @@ -115,3 +116,23 @@ th,td{ color: seagreen; margin-left: 600px; } + +.form{ + display: flex; + width: 35%; + height: 300px; + border: 3px solid green; + align-items: center; + flex-direction: column; + margin-left: 620px; + margin-top: 100px; + background-color: rgb(159, 199, 159); + box-shadow: 2px 5px 3px; + +} + +textarea{ + resize:initial; + width: 527px; + height:80px; +} diff --git a/pages/contact.html b/pages/contact.html index e012418..99546a3 100644 --- a/pages/contact.html +++ b/pages/contact.html @@ -40,8 +40,8 @@ -
-

Nous contacter

+
+

Nous contacter

@@ -54,7 +54,10 @@


-

+

+

+ +