Files
clase-9-eventos/estilo.css
2026-05-30 22:00:14 -03:00

11 lines
148 B
CSS

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