Ejercicio 2

This commit is contained in:
2026-05-23 13:28:11 -03:00
parent d95b280eb2
commit 1c2f5d83d3

View File

@@ -176,3 +176,10 @@ h1 {
padding: 20px;
}
}
/* Se usa para el ejercicio 2*/
.item-lista {
color: green;
font-weight: bold;
background-color: lightyellow;
}