forked from marquez.juan/clase-9-eventos
11 lines
148 B
CSS
11 lines
148 B
CSS
div {
|
|
background-color: #DAE889;
|
|
padding: 10px;
|
|
margin: 10px;
|
|
}
|
|
|
|
.seleccionado {
|
|
background-color: yellow;
|
|
font-weight: bold;
|
|
}
|