Darn! Yes I do now see the . at the end of #FFCCCC - not entirely sure as to what the linebreak means though -
Let me hazard a guess -
There is a difference between
background: linear-gradient(35deg,#CCFFFF,#FFCCCC);
and
background: linear-gradient
(35deg,#CCFFFF,#FFCCCC);
That’s a question I would appreciate an answer to.
I would never have guessed. What if your window is constrained by a lack of horizontal width and your line of code just can’t be accommodated in a single straight line but is automatically knocked down one line? That is enough to invalidate the code?
Text wrapping is not the same thing as putting text on two different lines by hitting “enter”. Computers are not reading a screen, they are reading characters. There are characters to tell computers that a line of text has ended.