Ejercicio 8

This commit is contained in:
2026-05-23 13:56:03 -03:00
parent dc8e3ed3e3
commit 437a58ebd1

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;
}