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 fd095347da - Show all commits

View File

@@ -183,3 +183,10 @@ h1 {
font-weight: bold;
background-color: lightyellow;
}
/* Se usa para el ejercicio 4*/
.destacado {
background-color: yellow;
font-weight: bold;
color: red;
}