Whoever helps me, will get 100 bestwishes in the future for coding

Tell us what’s happening:
I am still not finding the solution

Your code so far


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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36.

Challenge: Improve Compatibility with Browser Fallbacks

Link to the challenge:

Hello!

You removed the background: var(--red-color); from the original code. Instead of modifying this, you are supposed to put your fallback value in that empty line above it. :slight_smile:

where to insert please tell

put it back where it was originally, you have to add a thing in this code, without removing anything

If it helps, you can click “Reset all code”, then “Reset this lesson” to start the lesson over.