Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
56eefe2a
Commit
56eefe2a
authored
9 years ago
by
James Kyle
Browse files
Options
Download
Email Patches
Plain Diff
Add code example to display typography
parent
1efb07da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/content/typography.md
+7
-0
docs/content/typography.md
with
7 additions
and
0 deletions
+7
-0
docs/content/typography.md
+
7
-
0
View file @
56eefe2a
...
@@ -100,6 +100,13 @@ Traditional heading elements are designed to work best in the meat of your page
...
@@ -100,6 +100,13 @@ Traditional heading elements are designed to work best in the meat of your page
</table>
</table>
</div>
</div>
{% highlight html %}
<h1
class=
"display-4"
>
Display 4
</h1>
<h1
class=
"display-3"
>
Display 3
</h1>
<h1
class=
"display-2"
>
Display 2
</h1>
<h1
class=
"display-1"
>
Display 1
</h1>
{% endhighlight %}
## Lead
## Lead
Make a paragraph stand out by adding
`.lead`
.
Make a paragraph stand out by adding
`.lead`
.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets