Odin
1
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>
LucLH
2
Hello @Odin,
Look well how you wrote the color property in your class blue-text. Compare it with the pink-text class 
2 Likes
Odin
3
Jesus! Lol… i’ve been looking at this for AGES… haha.
Thank you, so much!
2 Likes
LucLH
4
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
Odin
5
It shall be…
…till the next issues arises that is lol.
LucLH
6
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 
system
Closed
9
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.