Hi guys, can someone help me with this?

Hi guys, can anyone help me with what I’m doing wrong here? I believe I have the code correctly typed in yet it still says “h1 needs to be blue”

  My Code:

<style>
body {
  background-color: black;
  font-family: monospace;
  color: green;
}
.pink-text {
  color: pink;
}
.blue-text {
  colour: blue;
}
</style>
<h1 class="pink-text blue-text">Hello World</h1>

Hello @Odin,

Look well how you wrote the color property in your class blue-text. Compare it with the pink-text class :wink:

2 Likes

Jesus! Lol… i’ve been looking at this for AGES… haha.

Thank you, so much!

2 Likes

Haha no problem @Odin, you’re welcome! Valhalla can be peaceful place again with your return there and the end of your CSS quest!

1 Like

It shall be…

…till the next issues arises that is lol.

Welcome to the dev world! You will do great, be positive, and there is still the forum to help you if you have any troubles :wink:

Thank you so much. :slightly_smiling_face:

1 Like

You’re welcome mate :wink:

1 Like

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