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