Can somebody help me?

I got stucked here kekeke
Your code so far


<style>
:root {
  --red-color: red;
}
.red-box {

  background: var(--red-color,white);
  height: 200px;
  width:200px;
}
</style>
<div class="red-box"></div>

Your browser information:
Your .red-box rule should include a fallback with the background set to red immediately before the existing background declaration.

Hi @h904akbarap,

Could you share the link to the exercise?

This link has answer to your question.

http://forum.freecodecamp.org/t/browser-fallback-background-colour/230988