Over-writing variables from Root(Basic CSS:43)

I encountered what I think is a bug on lesson 43 of Basic CSS: “Change a variable for a specific area”. My answer is the same one I got from the Get Help button, yet it is not accepted by the system.
My Answer:

Answer from Get Help button:

  .penguin {
    /* add code below */
    --penguin-belly: white;
    /* add code above */
    position: relative;
    margin: auto;
    display: block;
    margin-top: 5%;
    width: 300px;
    height: 300px;
  }

Hi @carragabs !

Welcome to the forum!

I think there is an issue with one of the browsers and the fcc challenges.

I was helping someone else with this challenge and I was able to pass with google chrome and no extensions.

1 Like

Many thanks @jwilkins.oboe !
Simply using Chrome and disabling extensions did the trick. Apparently this specific challenge doesn’t bode well with Safari…or extensions.

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