contact form implementation

This commit is contained in:
2024-05-01 23:25:49 +05:30
parent 62ead2b2fe
commit 26e7bd5d44
7 changed files with 77 additions and 11 deletions
+20
View File
@@ -0,0 +1,20 @@
.messageSentError {
margin:25px 0;
color: rgb(206, 87, 7);
font-size: 18px;
text-align: center;
}
.messageSentSuccess{
margin:25px 0;
color: green;
font-size: 18px;
text-align: center;
}
em.error{
padding: 2px 5px;
color: rgb(206, 87, 7);
//color: white;
font-style: normal;
}