continued form in contact page

This commit is contained in:
2026-06-18 10:57:31 +02:00
parent 593e363c52
commit 965efdb0cb
2 changed files with 28 additions and 4 deletions
+22 -1
View File
@@ -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;
}