Color Questions

Tell us what’s happening:
I am not able to get any of the color answers right so far. I have tried typing it in exactly. I have tried coping and pasting the answers that pop up the next page. I am totally lost as to why this is happening.
Thank you!
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.72 Safari/537.36.

Challenge: Prioritize One Style Over Another

Link to the challenge:

do you have a dark mode extension maybe? that will make you fail even with correct code

THANK YOU! That was driving me nuts for so long!

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