Needing help with this one

Tell us what’s happening:

I have looked over this all day. What is wrong with it?

Thanks in advance!

  **Your code so far**

<style>
body {
  background-color: #FFFFFF;
}

.green {
  background-color: hs1(120, 100%, 50%);
}

.cyan {
  background-color: hs1(180, 100%, 50%);
}

.blue {
  background-color: hs1(240, 100%, 50%);
}

div {
  display: inline-block;
  height: 100px;
  width: 100px;
}
</style>

<div class="green"></div>
<div class="cyan"></div>
<div class="blue"></div>
  **Your browser information:**

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

Challenge: Adjust the Hue of a Color

Link to the challenge:

What problems are you having? What do the failing tests say?
Just looking at it, it looks like you have a number 1 instead of the letter l in “hsl”.

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