diff --git a/guide/english/certifications/responsive-web-design/applied-visual-design/adjust-the-tone-of-a-color/index.md b/guide/english/certifications/responsive-web-design/applied-visual-design/adjust-the-tone-of-a-color/index.md index 437c46f0a0..db84e5e7b0 100644 --- a/guide/english/certifications/responsive-web-design/applied-visual-design/adjust-the-tone-of-a-color/index.md +++ b/guide/english/certifications/responsive-web-design/applied-visual-design/adjust-the-tone-of-a-color/index.md @@ -3,8 +3,52 @@ title: Adjust the Tone of a Color --- ## Adjust the Tone of a Color -This is a stub. Help our community expand it. +### Solution -This quick style guide will help ensure your pull request gets accepted. +```html + + +
+

Cooking with FCC!

+ +
+``` - +#### Explanation + +The `background-color: hsl(180, 80%, 25%);` declaration uses the same hue i.e. `180` as required by the challenge and sets the saturation and lightness at `80%` and `25%` respectively for all `nav` elements.