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