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: