Hi, the code below is what I have entered:
<head>
<title>Changing the colors!</title>
</head>
<body>
<h1 style="color: green;font-size:16px">Big Heading</h1>
<p><h1 style="color: violet">A giant bear and a little duck were friends.</p>
<p><h1 style="color: red; font-size:10px">But the bear got hungry and ate the duck.</p>
</body>
However I am getting the message of "
Oops, try again. Did you remember to make the h1 header green?"
Any ideas??
```Replace this line with your code.
<do not remove the three backticks above>