This refused to run,can somebody pls help me out, am stuck


<style>

  body {

    background-color: black;

    font-family: monospace;

    color: green;

  }

.pink-test{

  color: pink;

}

</style>

<h1 class="pink-test">Hello World!</h1>

Please include a link to the challenge you are working on and a description in your own words of what trouble you have having. Thank you.

1 Like

You made a typo. Class name not be pink-test should be pink-text.

1 Like

T hanks so much for the correction. it ran

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