ejercicio 3: resaltador de items con delegacion de eventos

This commit is contained in:
2026-05-28 13:27:31 -03:00
parent 9dee9e34ad
commit ee4770f32c
3 changed files with 26 additions and 2 deletions

View File

@@ -1,2 +1,7 @@
/* Agregar el código CSS necesario para el ejercicio */
.seleccionado {
background-color: yellow;
font-weight: bold;
}