Fixed the wording for "word" vs "hex code"

This commit is contained in:
sycrat
2016-10-20 15:55:49 +10:00
parent 52990dd1aa
commit e1dbbd220e

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": [