ejercicio 5: formulario con validaciones y eventos

This commit is contained in:
2026-05-24 14:58:33 -03:00
parent 0de98801ca
commit d347427c7f
3 changed files with 89 additions and 1 deletions

View File

@@ -21,3 +21,15 @@ div {
color: #ffffff;
}
.error {
color: #b30000;
font-size: 0.9em;
display: block;
margin-top: 4px;
}
.success {
color: #0a6f0a;
font-weight: bold;
margin-top: 10px;
}