From 7825751bdf0db8c7fbec95ed2349d0f0588c43dc Mon Sep 17 00:00:00 2001 From: The Coding Aviator <34807532+thecodingaviator@users.noreply.github.com> Date: Sat, 9 Mar 2019 19:30:18 +0530 Subject: [PATCH] Added solution to Adjust the Tone of a Color (#34397) * Update index.md * Update index.md * Update index.md * Update index.md --- .../adjust-the-tone-of-a-color/index.md | 50 +++++++++++++++++-- 1 file changed, 47 insertions(+), 3 deletions(-) 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.