feat: add form validation and submission handling for exercise 5
This commit is contained in:
10
estilo.css
10
estilo.css
@@ -14,4 +14,14 @@ li {
|
||||
font-weight: bold;
|
||||
border-radius: 6px;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
.errorMessage {
|
||||
color: red;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#successMessage {
|
||||
color: green;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user