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 437a58ebd1 - Show all commits

View File

@@ -189,4 +189,10 @@ h1 {
background-color: yellow;
font-weight: bold;
color: red;
}
/* Se usa para el ejercicio 8*/
.grupo-comidas {
background-color: beige;
padding: 15px;
border: 2px dashed brown;
}