I don’t know where the problem is with the HEX Code here. What’s missing? Thanks
Your code so far
<style>
.red-text {
color: #FF0000;
}
.green-text {
color: #00FF00;
}
.dodger-blue-text {
color: #1E90FF;
}
.orange-text {
color: #FFA500;
}
</style>
<h1 class="red-text">I am red!</h1>
<h1 class="green-text">I am green!</h1>
<h1 class="dodger-blue-text">I am dodger blue!</h1>
<h1 class="orange-text">I am orange!</h1>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:67.0) Gecko/20100101 Firefox/67.0
.
Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-css/use-hex-code-to-mix-colors
ccfat
June 25, 2019, 8:19pm
2
Solution works. Maybe restart the browser or change to another one.
What browser are you using? Your solution above passes when I run it.
Thanks for the feedback guys. I’m using Mozilla Firefox. Until now, everything has been working perfectly. The code seemed to be right, I just thought that maybe there was something that I overlooked. However, if it is working for you guys, it should work for me.
Works for me in Firefox. You wouldn’t happen to be using a dark mode extension by any chance?
I am using a dark mode extension.
Turned off the extension and it worked like a charm…thanks for your help everyone!
Good to hear. BTW there is a dark mode under the FCC settings (called Night Mode).
Edit: What I mean is you can use Night Mode and everything will still work.