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