Confusion with code

I dont understand what im doing wrong i have put the code in correctly


<style>
body {
  background-color: black;
  font-family: monospace;
  color: green;
}
.blue-text {
  color: blue;
}
.pink-text {
  color: pink;
}

</style>
<h1 class="pink-text blue-text">Hello World!</h1>
1 Like

Hello @collinet. Can you please click on the “Ask for Help” button which is available by clicking on the “Get Help” button in the challenge itself? It will create a new topic for you with your current code, link to the challenge and you will be able to tell us what’s happening before posting.
Thanks!

What do the failing tests say?