coding instructions made consistent in Add ID Attributes to Bootstrap Elements challenge
This commit is contained in:
@ -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><div class=\"well\" id=\"center-well\"></code>",
|
"<code><div class=\"well\" id=\"center-well\"></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\">",
|
||||||
|
Reference in New Issue
Block a user