From 437a58ebd18afb5ca83d5c423d0c00f8ef650526 Mon Sep 17 00:00:00 2001 From: Gonzalo <43428577@terciariourquiza.edu.ar> Date: Sat, 23 May 2026 13:56:03 -0300 Subject: [PATCH] Ejercicio 8 --- estilo.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/estilo.css b/estilo.css index 384bf15..bda8e45 100644 --- a/estilo.css +++ b/estilo.css @@ -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; } \ No newline at end of file