I can't get pass this challenge

I can’t get pass this challenge, everything seems fine to me in terms of the coding. What am I missing here?!?

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

  .pink-text{
    color: pink;
  }
</style>
<h1 class:"pink-text">Hello World!</h1>

Classes are created using = sign not colon

2 Likes

Thank you so much! I finally see what I did wrong

It happens, don’t worry, do not panic when you get an error, try to be calm as much as possible, so that you will sort it yourself, happy coding :wink:

1 Like