Typography
Display headings
Display 1
Display 2
Display 3
Display 4
Customizing headings
Fancy display heading With faded secondary text
h1. Default Page Header with text description on the bottom
Basic headings
<h1>
through <h6>
, are available
h1. Heading 1
h2. Heading 2
h3. Heading 3
h4. Heading 4
h5. Heading 5
h6. Heading 6
Lead markup
.lead
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.
Inline text elements
You can use the mark tag to highlight text.
This line of text is meant to be treated as deleted text.
This line of text is meant to be treated as no longer accurate.
This line of text is meant to be treated as an addition to the document.
This line of text will render as underlined
This line of text is meant to be treated as fine print.
This line rendered as bold text.
This line rendered as italicized text.
Abbreviation example
<abbr>
element for abbreviations and acronyms to show the expanded version on hover. Abbreviations have a default underline and gain a help cursor to provide additional context on hover and to users of assistive technologies.
attr
HTML
Block quote
<blockquote class="blockquote">
around any HTML as the quote. Add a <footer class="blockquote-footer">
for identifying the source. Wrap the name of the source work in <cite>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Wrapping text example
.text-wrap
class, to prevent text from wrapping with a .text-nowrap
class
Turncate example
.text-truncate
class to truncate the text with an ellipsis. Requires display: inline-block
or display: block
. You can also combine the following classe .text-truncate
and combine with .text-truncate-xs
, .text-truncate-sm
, .text-truncate-md
, .text-truncate-lg
, .text-truncate-xl
, and .text-truncate-xxl
to achieve the desired results
Text alignment
.text-{left,right,center,justify}
Left aligned text on all viewport sizes.
Center aligned text on all viewport sizes.
Right aligned text on all viewport sizes.
Left aligned text on viewports sized SM (small) or wider.
Right aligned text on viewports sized MD (medium) or wider.
Left aligned text on viewports sized LG (large) or wider.
Left aligned text on viewports sized XL (extra-large) or wider.
Text transform
.font-weight-bold
or italicize text with .font-italic
. Reset boldness of text with .font-weight-bold
. Try various font weights using .fw-{300,400,500,700,900}
Sample text
Sample light text
Sample bold text
Sample bolder text
Sample boldest text
Sample light & italic text
Lowercased text
Uppercased text
CapiTaliZed text
light text with lower case
Bold text with uppercase
Bolder capitalized text
Boldest text with uppercase & italic font
Font Colors
.text-reset
class.
Primary state text
Success state text
Warning state text
Info state text
Danger state text
Text gradient
Light state text
Dark state text
Normal state text
Muted state text
Muted text with a reset link.
Link States
Unstyled list
list-style
and left margin on list items (immediate children only). This only applies to immediate children list items, meaning you will need to add the class for any nested lists as well.
- Lorem ipsum dolor sit amet
- Consectetur adipiscing elit
- Integer molestie lorem at massa
- Facilisis in pretium nisl aliquet
-
Nulla volutpat aliquam velit
- Phasellus iaculis neque
- Purus sodales ultricies
- Vestibulum laoreet porttitor sem
- Ac tristique libero volutpat at
- Faucibus porta lacus fringilla vel
- Aenean sit amet erat nunc
- Eget porttitor lorem
Inline list
margin
with a combination of two classes, .list-inline
and .list-inline-item
- Lorem ipsum
- Phasellus iaculis
- Nulla volutpat
Description list alignment
.text-truncate
class to truncate the text with an ellipsis
- Description lists
- A description list is perfect for defining terms.
- Euismod
-
Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
Donec id elit non mi porta gravida at eget metus.
- Malesuada porta
- Etiam porta sem malesuada magna mollis euismod.
- Truncated term is truncated
- Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
- Nesting
-
- Nested definition list
- Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc.
Font sizes
.fs-base
or h{1-6}
classes.