forked from marquez.juan/clase-8-DOM
Cree una funcion para agregar una clase personalizada
This commit is contained in:
@@ -101,6 +101,14 @@ h1 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Clase item-lista */
|
||||
.item-lista {
|
||||
background: #fff4d6;
|
||||
border-color: #f4b400;
|
||||
color: #7a5200;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* =========================
|
||||
IMAGEN
|
||||
========================= */
|
||||
|
||||
Reference in New Issue
Block a user