In the instructions there is a refernce to -> { color: #000000; } and the real answer is { background-color: #000000; }
See original GitHub issueChallenge Use Hex Code for Specific Colors has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36
.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
<style>
body {
background-color: #000000;
}
</style>
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
#000000 Color Hex Black #000
#000000 color RGB value is (0,0,0). This hex color code is also a web safe color which is equal to #000. #000000 color...
Read more >Defining Colors in CSS
We've already seen some properties in CSS that take color values. ... There are several different ways to specify colors in CSS. ......
Read more >getFontColorObject() not returning correct color hex on ...
I was expecting the function to return the correct color for example it should return "#000000" for black and "#0000ff" for blue.
Read more >Color in HTML
HTML used to recognize 16 color names ("black", "white", "gray", "silver", "maroon", "red", "purple", "fushsia", ... #000000 means no Red, Green, or Blue....
Read more >In HTML, how do I change the color of the text and ... - IU KB
Use the bgcolor attribute to change the background color, as follows: <body bgcolor="#rrggbb"> ... (A link becomes active when you click it.) ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ahh! I plan to respond but too slow. lmao
@zeevig @zeevig thanks for the issue! Yes, this is a bit odd. I thought this was moved into the instructions, but I guess not.
For whoever wants to take up this challenge, let’s move that example up to the instructions. The “instructions” in the challenge test were just a reminder of how to set the colors. So moving them back up to the instructions should be intended as a reminder.