Dardja
#1
Tell us what’s happening:
Hello community,
I don’t understand the error here. Anyone, please help
Your code so far
CSS
body {
background-color: #FFFFFF;
}
.green {
background-color: hsl(120, 100%, 50%);
}
.cyan {
background-color: hsl(180, 100%, 50%);
}
.blue {
background-color: hsl(240, 100%, 50%);
}
div {
display: inline-block;
height: 100px;
width: 100px;
}
```
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:51.0) Gecko/20100101 Firefox/51.0
.
Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/applied-visual-design/adjust-the-hue-of-a-color/
willjw3
#2
What you’ve posted is just your CSS, but you’ve labeled it HTML.
What is your complete code?
Put it between two sets of three backticks (```)
Dardja
#4
i think by clicking on the link above it will take you to the challenge. thank you for your time.
willjw3
#5
Yes, of course, I already did that.
Let me put it another way: Is the CSS you’ve posted above inside of <style></style>
? And, are there three divs below it?
The CSS you’ve posted, plus the other code, passed the tests for me.
lasjorg
#6
If you can’t pass it might also be your browser, try Chrome or the latest version of Firefox.
Dardja
#7
yes. It’s inside and there are three divs below it.
Dardja
#8
Thank you, i will try that.