Iam trying to create a fallback, followed all the steps but iam still not getting through

Tell us what’s happening:

Your code so far


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

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0.

Challenge: Improve Compatibility with Browser Fallbacks

Link to the challenge:

Hey @almon!

typo here

oh yeah just saw that, thanks

1 Like