ejercicio 2 primera parte

This commit is contained in:
2026-06-01 23:52:42 -03:00
parent c34f565b14
commit 4a4ad928ce
3 changed files with 22 additions and 3 deletions

View File

@@ -90,7 +90,14 @@ tr:hover {
color: red;
font-size: 0.75em;
}
.visible{
display :block
}
.invisible{
display: none
}
#boton-agregar:hover {
background-color: #0ca37a;
}