Merge pull request #2569 from issyl0/remove_mentions_of_h1

Center Text with Bootstrap: don't mention <h1> as it doesn't exist
pull/2667/head
Quincy Larson 2015-08-24 20:04:34 -07:00
commit 852c2e3094
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@
"title": "Center Text with Bootstrap",
"difficulty": 2.03,
"description": [
"Now that we're using Bootstrap, we can center our heading elements to make them look better. All we need to do is add the class <code>text-center</code> to our <code>h1</code> and <code>h2</code> elements.",
"Now that we're using Bootstrap, we can center our heading element to make it look better. All we need to do is add the class <code>text-center</code> to our <code>h2</code> element.",
"Remember that you can add several classes to the same element by separating each of them with a space, like this: <code>&#60h2 class=\"red-text text-center\"&#62your text&#60/h2&#62</code>."
],
"tests": [