Tell us what’s happening:
I don’t know what else I have to add, or remove from this code to pass the challenge. I based myself on what I read in the sidebar of the challenge and have played around with the possibilities for a bit but none of them worked.
You’ve added too many colors to your linear-gradient. Here is the original challenge statement: Use a linear-gradient() for the div element’s background, and set it from a direction of 35 degrees to change the color from #CCFFFF to #FFCCCC
Notice they only give you 2 colors to worry about, but in your code, you’ve defined 3 colors (looks good with 3 doesn’t it?). But they just want 2.
When I make hbar’s change to your code, it passes. If yours does not, then it might be your browser glitching. Reboot, try a different browser, clear the browser cache, etc.