+ 3
Is anyone else having problems with the code playground or is it just me?
When I add in some code that doesn't work, and then restore it to the original coding, sometimes it still won't work.
4 RĂ©ponses
+ 3
I am working with background and gradients and it just doesn't return the desired results, even though I coded them in according to the lesson. Then sometimes when I remove the code that didn't work, it doesn't return to the original output.
+ 3
Guess it was just something I missed, it's working now. I was adding top left position to a radial gradient, and it wasn't working.
CSS
{ background: - radial-gradient (circle, top left, red, yellow, orange, cyan);}
0
I personally never had problems with incorrect results after a piece of code has been removed.
It would help to get more informative responses if you add the code that is not working properly with the problematic lines commented (those that were causing wrong results).
- 1
"doesn't work" in what sense? Compilation error?