question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

In the instructions there is a refernce to -> { color: #000000; } and the real answer is { background-color: #000000; }

See original GitHub issue

Challenge 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:closed
  • Created 6 years ago
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
texas2010commented, Jun 18, 2017

ahh! I plan to respond but too slow. lmao

1reaction
erictleungcommented, Jun 18, 2017

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found