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.

[beta] Not registering teal color in hsl

See original GitHub issue

Challenge adjust-the-tone-of-a-color has an issue. User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36. Please describe how to reproduce this issue, and include links to screenshots if possible.



<style>
  header {
    background-color: hsl(178, 90%, 35%);
    color: #FFFFFF;
  }
  nav {
    background-color: hsl(180, 100%, 25%);
  }
  h1 {
    text-indent: 10px;
    padding-top: 10px;
  }
  nav ul {
    margin: 0px;
    padding: 5px 0px 5px 30px;
  }
  nav li {
    display: inline;
    margin-right: 20px;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
</style>
<header>
  <h1>Cooking with FCC!</h1>
  <nav>
    <ul>
      <li><a href="">Home</a></li>
      <li><a href="">Classes</a></li>
      <li><a href="">Contact</a></li>
    </ul>
  </nav>
</header>

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
sgraf-iocommented, Feb 21, 2017

Okay sounds good. I also wanted to make sure I understood what I was doing as well. Hopefully I can get it done this week and I’ll be sure to ask for help if I can’t figure out.

On Tue, Feb 21, 2017 at 1:16 AM, Samuel Plumppu notifications@github.com wrote:

@noone396 https://github.com/noone396 No problem, I think you should do it if you want to contribute! Tell us about your issue in the chat room - and take your time 😊

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/freeCodeCamp/freeCodeCamp/issues/13442#issuecomment-281263295, or mute the thread https://github.com/notifications/unsubscribe-auth/AVK6Cs7_isvlGRDYSc1-ZDxDsd7H67BAks5reo8_gaJpZM4MFXNW .

0reactions
Greenheartcommented, Feb 21, 2017

@noone396 No problem, I think you should do it if you want to contribute! Tell us about your issue in the chat room - and take your time 😊

Read more comments on GitHub >

github_iconTop Results From Across the Web

HSL Selective Color help – General - Astro Pixel Processor
Does using the Red, Yellow, Green, Cyan, Blue, Magenta, actually adjust the RGB channels of an image from a one shot color camera,...
Read more >
CSS Color Module Level 5 - W3C
Abstract. This module extends CSS Color [css-color-4] to add color modification functions, and custom color spaces (ICC profiles).
Read more >
HSL and HSV - Wikipedia
The difference between HSL and HSV is that a color with maximum lightness in HSL is pure white, but a color with maximum...
Read more >
Using HSL Colors In CSS - Smashing Magazine
In this article, Ahmad Shadeed explains what HSL is, how to use it, ... Notice that the hex colors are not related to...
Read more >
Adjust and correct color in Premiere Pro CC - Adobe Support
Learn how to adjust the color and luminance in video clips, correct video that's too dark or too light, or set the levels...
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