Agrega ejercicio 5 de la clase 9

This commit is contained in:
Lucio Gaibazzi
2026-06-01 02:13:26 -03:00
parent 420a385a47
commit c56c9e8be8
3 changed files with 84 additions and 1 deletions

View File

@@ -8,3 +8,11 @@ div {
background-color: yellow;
font-weight: bold;
}
.error {
color: red;
}
.visible{
display: block;
}