Improve Compatibility with Browser Fallbacks Improve

Tell us what’s happening:
Pls guyz what could be the problem


<style>
:root {
  --red-color: red;
}
.red-box {
 backgroung: red;
  background: var(--red-color);
  height: 200px;
  width:200px;
}
</style>
<div class="red-box"></div>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0.

Challenge: Improve Compatibility with Browser Fallbacks

Link to the challenge:

HI @Chris-98 !

You have a spelling error here

Thank you!
It worked

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.