Merge pull request #11290 from sycrat/fix/rgb-mix-colors-desc

Fixed the wording for "color words" vs "hex codes"
This commit is contained in:
Jonathan
2016-10-20 16:51:46 +01:00
committed by GitHub

View File

@ -5039,7 +5039,7 @@
"title": "Use RGB to Mix Colors", "title": "Use RGB to Mix Colors",
"description": [ "description": [
"Just like with hex code, you can mix colors in RGB by using combinations of different values.", "Just like with hex code, you can mix colors in RGB by using combinations of different values.",
"Replace the color words in our <code>style</code> element with their correct RGB values.", "Replace the hex codes in our <code>style</code> element with their correct RGB values.",
"<table class='table table-striped'><tr><th>Color</th><th>RGB</th></tr><tr><td>Blue</td><td><code>rgb(0, 0, 255)</code></td></tr><tr><td>Red</td><td><code>rgb(255, 0, 0)</code></td></tr><tr><td>Orchid</td><td><code>rgb(218, 112, 214)</code></td></tr><tr><td>Sienna</td><td><code>rgb(160, 82, 45)</code></td></tr></table>" "<table class='table table-striped'><tr><th>Color</th><th>RGB</th></tr><tr><td>Blue</td><td><code>rgb(0, 0, 255)</code></td></tr><tr><td>Red</td><td><code>rgb(255, 0, 0)</code></td></tr><tr><td>Orchid</td><td><code>rgb(218, 112, 214)</code></td></tr><tr><td>Sienna</td><td><code>rgb(160, 82, 45)</code></td></tr></table>"
], ],
"challengeSeed": [ "challengeSeed": [