What am i doing wrong and its not working?

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

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

  .pink-text {
    color: pink;
  }
}
</style>

<h1 class="pink-text">Hello World!</h1>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36.

Challenge: Prioritize One Style Over Another

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

Hello @snakesvlasis ,

You forget to close this body with }

Try with this and you are ready to go to next challenge.
Happy Coding !!

1 Like

Hello @snakesvlasis ,

If you have got your solution, then your next step should be marking the answer as Solution available with green tick so that other learners can get right answer if they have same problem.

Happy Coding !!

Please do not beg for green checkmarks.

1 Like

hey @JeremyLT ,
i am not begging.
i am caring for other learners who don’t waste their time while searching for the correct answer.

Whatever you want to call it, please don’t do it.

okay @JeremyLT .
remember from next time.

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