Files
clase-10-ejercicios-de-repaso/ejercicio3/estilo.css

8 lines
130 B
CSS

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