form validation

This commit is contained in:
soyed 2021-03-10 15:03:22 -05:00
parent 158bd61be7
commit a470a86d6c
3 changed files with 27 additions and 9 deletions

View file

@ -72,10 +72,10 @@ p {
}
hr {
border: dotted #EAF6F6 6px;
border-bottom: none;
width: 20%;
/* margin: 100px auto; */
border: dotted #EAF6F6 6px;
border-bottom: none;
width: 20%;
/* margin: 100px auto; */
}
@ -328,4 +328,4 @@ input[type=submit] {
input[type=submit]:hover {
background-color: #fa4664;
}
}