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 +