Does not accept

Ekran Görüntüsü (48)

Where am i going wrong ? it is not accepting the code

<style>

  body {

    background-color: black;

    font-family: monospace;

    color: green;

  }

  .pink-test {

    color: pink;

  }

</style>

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

Hi, Would you please send the link to this lesson? :slight_smile:

hello, I reset the code and did it all over again, this time it accepted, if you still want it, I’ll post it of course

Please post your actual code instead of a picture of the result. We cannot debug pictures. Thanks.

The selector should be .pink-text not .pink-test


I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

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