Ejercicio 4

This commit is contained in:
2026-05-23 13:31:47 -03:00
parent 7cb0bb9b5d
commit fd095347da

View File

@@ -183,3 +183,10 @@ h1 {
font-weight: bold; font-weight: bold;
background-color: lightyellow; background-color: lightyellow;
} }
/* Se usa para el ejercicio 4*/
.destacado {
background-color: yellow;
font-weight: bold;
color: red;
}