Ejercicios de la clase 8 #14

Open
fariasdesaa.gonzalo wants to merge 9 commits from fariasdesaa.gonzalo/clase-8-DOM:clase8 into main
Showing only changes of commit 1c2f5d83d3 - Show all commits

View File

@@ -176,3 +176,10 @@ h1 {
padding: 20px;
}
}
/* Se usa para el ejercicio 2*/
.item-lista {
color: green;
font-weight: bold;
background-color: lightyellow;
}