continued form in contact page
This commit is contained in:
+22
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user