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:

