From 58b636eb35748334d9d3d04ba4d0fd6e80ce69d8 Mon Sep 17 00:00:00 2001
From: Kevin Trang <44285042+KevinatorTrainer5@users.noreply.github.com>
Date: Wed, 27 Mar 2019 06:40:12 +1100
Subject: [PATCH] Added example, explanation and solution to "Use Hex Code to
Mix Colors" (#34658)
* Added example, explanation and solution to "Use Hex Code to Mix Colors"
* Remove problem
* Remove redundancy
* Update index.md
---
.../use-hex-code-to-mix-colors/index.md | 62 ++++++++++++++++++-
1 file changed, 59 insertions(+), 3 deletions(-)
diff --git a/guide/english/certifications/responsive-web-design/basic-css/use-hex-code-to-mix-colors/index.md b/guide/english/certifications/responsive-web-design/basic-css/use-hex-code-to-mix-colors/index.md
index 6bbfee9af0..f2b71328f4 100644
--- a/guide/english/certifications/responsive-web-design/basic-css/use-hex-code-to-mix-colors/index.md
+++ b/guide/english/certifications/responsive-web-design/basic-css/use-hex-code-to-mix-colors/index.md
@@ -3,8 +3,64 @@ title: Use Hex Code to Mix Colors
---
## Use Hex Code to Mix Colors
-This is a stub. Help our community expand it.
+## Hint
+In order to change the color of a class within the style element, we simply replace the color itself with the hexcode shown below.
-This quick style guide will help ensure your pull request gets accepted.
+### Before
+```html
+
+```
-
+### After
+```html
+
+```
+
+**Note:** In the class,`.ClassName`, within the `
+```
+
+### After changing `color` of class `.red-text`
+```html
+
+```
+
+### Final Solution
+After changing `color` of other classes, the final solution reveals that we have changed the `color` element of these text classes with hex codes shown below:
+```html
+