HTML-CSS earn-css-variables-by-building-a-city-skyline/step-40

.bb1a {
  width: 70%;
  height: 10%;
  background-color: var(--building-color1);
  background: linear-gradient(
    --building-color1, --window-color1
  );
}

I can’t pass this exercise

you have to use the var keyword if you want to refer to color variables

thank u,
finished …

1 Like