forked from marquez.juan/clase-8-DOM
Ejercicio 4
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user