Hi,
Correct me if I am wrong, but I think i entered my CSS code correctly but it doesn’t let me go to the next step. What am I doing wrong?
Challenge: Step 51: Add a linear-gradient to .bb2b that uses --building-color2 from 0% to 6% and --window-color2 from 6% to 9% .
My CSS Code:
.bb2b {background: linear-gradient var(–building-color2) 0%, var(–building-color2) 6%, var(–window-color2) 6%, var(–window-color2) 9%;
width: 100%;
height: 100%;}
It gives me the hint : ‘You should give .bb2b a background property.’
Link to the challenge: