I’m not sure why it’s not working…Help please!
The background default color is supposed to be black & it stays gray after I input the code and test it???
I’m lost at this point. I’ve redone the code 20-30 times.
Man, it took me some time, but I figured it out: per default, there’s a typo in the variable - just add “black” and leave the typo alone.
Don’t copy/paste the whole var(–penguin-skin, black);
Let’s me explain.
This lesson’s mean if your code was fail by typo then color fallback black. Like this:
Correctly typo is penguin, wrong typo is pengiun (just explain - don’t care & leave it - Because they want to be wrong.)
You just enter “, black” into var(…).
That’s all.