Brokenf /<> dvxz;'k DNXZVjl'DFS jbfsBDLS"k ;'bdfs;ck

Tell us what’s happening:
The code does not work. tried different browser and tried to check if extension is interfering. Used the given hint code. Nothing is working. please help

Your code so far


<style>
body {
  background-color: #FFFFFF;
}
.orange {
  background-color: #FF7D00;
}
  
.cyan {
  background-color: #00FFFF;
}
  
.raspberry {
  background-color: #FF007D;
}

div {
  height: 100px;
  width: 100px;
  margin-bottom: 5px;
}
</style>

<div class="orange"></div>
<div class="cyan"></div>
<div class="raspberry"></div>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36.

Challenge: Learn about Tertiary Colors

Link to the challenge:

1 Like

Hi and welcome :love_you_gesture:

You just have two typos in your colours.

1 Like

Hi there. In what regard? It’s rendering the expected results but not passing the tests.
Same code was used for a classmate and they had no issues. So it helps if you explained what you see and check if it works.

1 Like

are these the colors you are using?

image

1 Like

Thank you! Right there. We were using google and the hint.
It works now.

We moved through assignments but could Not pass the test cases on that one.

1 Like