coding instructions made consistent in Add ID Attributes to Bootstrap Elements challenge

This commit is contained in:
NolanChan
2016-02-22 11:31:32 -08:00
parent 2d1a1e6229
commit ed3dcf0123

View File

@ -1830,7 +1830,7 @@
"Let's give a unique id to each of our <code>div</code> elements of class <code>well</code>.", "Let's give a unique id to each of our <code>div</code> elements of class <code>well</code>.",
"Remember that you can give an element an id like this:", "Remember that you can give an element an id like this:",
"<code>&#60;div class=\"well\" id=\"center-well\"&#62;</code>", "<code>&#60;div class=\"well\" id=\"center-well\"&#62;</code>",
"Give the well on the left the id of <code>left-well</code>. Give the well on the right the <code>id</code> of <code>right-well</code>." "Give the well on the left the id of <code>left-well</code>. Give the well on the right the id of <code>right-well</code>."
], ],
"challengeSeed": [ "challengeSeed": [
"<div class=\"container-fluid\">", "<div class=\"container-fluid\">",