En el paso 104 aprende a constuir un horizonte de la ciudad:
Sigo teniendo el mismo problema “Debe dar al repeating-linear-gradient un primer color de --building-color2 de 0% a 5%.” y no deja pasar el codigo de ahi… necesito ayuda
Tu código hasta el momento
<!-- file: index.html -->
/* file: styles.css */
/* User Editable Region */
.fb5 {
width: 10%;
height: 33%;
background-color: var(--building-color2);
position: relative;
right: 10%;
background: repeating-linear-gradient(
to bottom,
var(--building-color2) 0%,
var(--building-color2) 5%,
transparent 5%,
transparent 10%
);
}
/* User Editable Region */
Información de tu navegador:
El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0
Información del Desafío:
Aprende variables CSS construyendo un horizonte de la ciudad - Paso 104