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