fix(seed): Fix "Change the Color of Text" challenge not loading (#16764)
Closes #16762
This commit is contained in:
@ -47,7 +47,7 @@
|
|||||||
"description": [
|
"description": [
|
||||||
"Now let's change the color of some of our text.",
|
"Now let's change the color of some of our text.",
|
||||||
"We can do this by changing the <code>style</code> of your <code>h2</code> element.",
|
"We can do this by changing the <code>style</code> of your <code>h2</code> element.",
|
||||||
"The property that is responsible for the color of an element's text is the <code>color</color> style property.",
|
"The property that is responsible for the color of an element's text is the <code>color</code> style property.",
|
||||||
"Here's how you would set your <code>h2</code> element's text color to blue:",
|
"Here's how you would set your <code>h2</code> element's text color to blue:",
|
||||||
"<code><h2 style=\"color: blue;\">CatPhotoApp</h2></code>",
|
"<code><h2 style=\"color: blue;\">CatPhotoApp</h2></code>",
|
||||||
"Note that it is a good practice to end inline <code>style</code> declarations with a <code>;</code> .",
|
"Note that it is a good practice to end inline <code>style</code> declarations with a <code>;</code> .",
|
||||||
|
Reference in New Issue
Block a user