validate email address

This commit is contained in:
2020-05-09 23:45:20 -05:00
parent 3406ff3358
commit e6fcb847f0
2 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,10 @@
.float-right {
display: inline-block;
float: right;
}
.flash {
background: red;
font-weight: bold;
text-align: center;
}