Solución ejercicio 3

This commit is contained in:
Juanse Marquez
2026-06-01 18:47:31 -03:00
parent 610d2530dd
commit b459ca529a
3 changed files with 24 additions and 2 deletions

View File

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