Hi Free Code Camp Community - unfortunately I am stuck and the hint is not working for this activity. When you have a moment, please give some insights to help complete this activity with success. Thanks!
:root { --red-color: red; } .red-box { background-color: red; background: var(--red-color); height: 200px; width:200px; } ```Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36
.