Files
clase-9-eventos/estilo.css
2026-05-27 20:21:45 -03:00

11 lines
165 B
CSS

div {
background-color: #DAE889;
padding: 10px;
margin: 10px;
}
li.seleccionado {
background-color: blue;
color: white;
font-weight: bold;
}