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