Error,The div element with class cyan should have a background-color of cyan

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

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

.orange {
  background-color: #ff7f00;
}
plam:

.cyan {
  background-color: #00FFFF;
}

.raspberry {
  background-color: #ff007f;
}

div {
  height: 100px;
  width: 100px;
  margin-bottom: 5px;
  background-color:#ff7f00;
}
</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/91.0.4472.114 Safari/537.36

Challenge: Learn about Tertiary Colors

Link to the challenge:

Hi @sharanya328 !

Welcome to the forum!

I am not sure what this is

But when you delete it then the test should pass.

Thank you!
It worked!

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