[beta] Not registering teal color in hsl
See original GitHub issueChallenge 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:
- Created 7 years ago
- Comments:8 (4 by maintainers)
Top 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 >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
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 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 😊