forked from marquez.juan/clase-8-DOM
Cree una funcion para que agregue la clase item-lista a los items de la lista
This commit is contained in:
@@ -101,6 +101,12 @@ h1 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.item-lista {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
/* =========================
|
||||
IMAGEN
|
||||
========================= */
|
||||
|
||||
Reference in New Issue
Block a user