Resolucion del 3er ejercicio

This commit is contained in:
Bruno
2026-05-27 20:21:45 -03:00
parent 47730f361f
commit d2c918537f
3 changed files with 26 additions and 2 deletions

View File

@@ -3,3 +3,9 @@ div {
padding: 10px;
margin: 10px;
}
li.seleccionado {
background-color: blue;
color: white;
font-weight: bold;
}