In the Inherit CSS Variables chapter of the Responsive web design cert, I have this:
<style>
:root {
/* Only change code below this line */
--penguin-belly: pink
/* Only change code above this line */
}
body {
background: var(--penguin-belly, #c6faf1);
}
but it says wrong answer, I really think it is correct, can anyone shed some light on this? I think there is a bug with the correction