Learn about Tertiary Colors :(

i did everything but its not workink
help me please

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 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 OPR/68.0.3618.125.

Challenge: Learn about Tertiary Colors

Link to the challenge:

it doesn’t seem the code you used match the provided one:
image

is that an old version of freecodecamp? the challenge seems changed since then, please provide this info when you ask for help, or you get help based on current version.

anyway, considerng that there is nothing that sets the background to black, I am going to hypotize you have a dark mode extension or something like that. Switch it off, it interfers with the tests.

1 Like

thanks for help i will try that now