added contact form

This commit is contained in:
DerTyp187
2021-11-25 10:57:40 +01:00
parent 7503846d4c
commit f2c9d3216b
16 changed files with 177 additions and 1 deletions

View File

@@ -37,4 +37,21 @@
color: white;
letter-spacing: 5px;
background-color: rgb(36, 126, 121);
}
}
.form-dark{
color:white !important;
}
.form-dark input,textarea{
background-color: rgba(255, 255, 255, 0.089) !important;
color:white !important;
border: 2px solid rgb(27, 41, 35) !important;
}
.form-dark input:hover,textarea:hover{
border: 2px solid rgb(61, 138, 102) !important;
}
.form-dark input:focus,textarea:focus{
border: 2px solid rgb(61, 138, 102) !important;
}