Files
clase-9-eventos/estilo.css
2026-06-01 02:13:26 -03:00

19 lines
209 B
CSS

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