feat: add item list with click event to toggle selection

This commit is contained in:
2026-05-25 12:17:39 -03:00
parent 927173b159
commit 28718fea20
3 changed files with 17 additions and 1 deletions

View File

@@ -1,2 +1,5 @@
/* Agregar el código CSS necesario para el ejercicio */
.selected {
background-color: lightblue;
}