From 1c2f5d83d32f39e5af06f4cf85ae891c3b4c32d4 Mon Sep 17 00:00:00 2001 From: Gonzalo <43428577@terciariourquiza.edu.ar> Date: Sat, 23 May 2026 13:28:11 -0300 Subject: [PATCH] Ejercicio 2 --- estilo.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/estilo.css b/estilo.css index fcb26fc..97e9e54 100644 --- a/estilo.css +++ b/estilo.css @@ -176,3 +176,10 @@ h1 { padding: 20px; } } + +/* Se usa para el ejercicio 2*/ +.item-lista { + color: green; + font-weight: bold; + background-color: lightyellow; +}