A browser will ignore any property that it doesn’t recognize.
In this example, Internet Explorer would ignore the line with var(--red-color) because it doesn’t support CSS variables.
Then it’s going to use whatever value it has for background, in this case red because we defined it earlier. That’s what providing a fallback is. It doesn’t require you to use fallback keyword