Learn CSS Variables by Building a City Skyline - Step 23

.bb2 {
  width: 10%;
  height: 50%;
  background-color: var(--variable-name, green);
}
``

I can't seem to get beyond this stage and it keeps saying "You should add a fallback value of green to the background-color property". What am I doing wrong?

Check you variable value,it does not match the instructions.

thanks a lot, I got it

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.