Problem Lesson "Learn about Tertiary Colors"

Hey everyone. I’m trying to take this lesson; put the hex codes as it asked me to do it but still doesn’t let me to go on. Any help?

  **Your code so far**

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

.orange {
  background-color: #FF7D00;
}

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

.raspberry {
  background-color: #e30b5d ;
}

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 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36.

Challenge: Learn about Tertiary Colors

Link to the challenge:

you need to use the hex codes that are written in the challenge description, 2 of 3 don’tmatch

Omg, you’re right. What a silly mistake. Thx!

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