From ace67970e4c81186796f6343b286791dd982be6f Mon Sep 17 00:00:00 2001 From: Kevin Trang <44285042+KevinatorTrainer5@users.noreply.github.com> Date: Sun, 9 Dec 2018 19:19:04 +1100 Subject: [PATCH] Added example, explanation and solution to "Use RGB to Mix Colors" (#34613) * Added example, explanation and solution to "Use RGB to Mix Colors" * Keyword backtick changes -As suggested earlier, I changed the triple backticks of the keywords into single backticks * Consistent style and format changes -Changed the spacing of the ' +``` + +## Objective +Within the ` ``` -Above is RGB is used to turn an h2 element blue. -```css + +### After + +```html ``` -In this example above, different values of RGB are combined, and 'color: rgb(64, 224, 208)' turns the h2 elements turquoise. +**Note:** In the class,`.ClassName`, within the ` +``` + +### After changing `color` of class `.red-text` +```html + +``` + +We will follow the same steps for the rest of the classes shown here: + +### Before changing `color` of other classes +```html + +``` + +### After changing `color` of other classes +```html + +``` + +## Final Solution +Hence, the final solution reveals that we have changed the `color` element of these text classes with rgb values shown below: +```html + + +