A "space" bug? Wha..? 🤨
Can anyone tell me anything about this? I was trying to help James McLain out to figure out why his simple test code was not working. After staring at it for a good while and then writing my own code lines, which looked identical to his, I still did not see anything wrong. They matched character for character. My line worked, his line did not... yet they were identical except for using a different div ID. I switched the div IDs and yet still my line worked but his line did not. After that I started playing with his line, erasing parts of it and retyping them and then suddenly it worked. After a bit more trial and error, I found out what it was: a... space 🤨. For some reason it does not like the space between "image: linear" in the CSS. If you erase that space, and then put it back again... It works fine. Here is a saved copy of his code to see for yourselves. I replaced "peach" with "red" as CSS doesn't seem to like "peach": https://code.sololearn.com/WR8W0U33azs1/?ref=app