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