form validation rebase with master branch

This commit is contained in:
soyed 2021-03-10 20:35:55 -05:00
commit 67da917bf3
3 changed files with 28 additions and 13 deletions

View file

@ -78,9 +78,8 @@ hr {
/* margin: 100px auto; */
}
h2:hover{
color:#72a7b3
h2:hover {
color: #72a7b3
}
@ -263,6 +262,11 @@ input:invalid+span:after {
position: absolute;
content: '✖';
padding-left: 5px;
<<<<<<< HEAD
}
input:valid+span:after {
=======
}
input:valid+span:after {
@ -272,13 +276,14 @@ input:valid+span:after {
}
.errorMsg {
color: red;
color: red;
}
.accountLabel {
text-align: left;
text-align: left;
}
/* Footer section */
#footer {}
@ -287,6 +292,14 @@ input:valid+span:after {
margin: 20px 10px;
}
.res {
text-align: center;
}
.rec {
text-align: center;
}
@media (max-width: 1028px) {
#title {
text-align: center;