Skip to main content

Style

Typography and colors used to design this theme.

Typography

Headings
Type Example Font Size
Display 1 ABCabc 4.75 rem
Display 2 ABCabc 4.25 rem
Display 3 ABCabc 3.75 rem
Display 4 ABCabc 3.25 rem
Display 5 ABCabc 2.75 rem
Display 6 ABCabc 2.25 rem
Heading 1 ABCabc 2.5 rem
Heading 2 ABCabc 2 rem
Heading 3 ABCabc 1.5 rem
Heading 4 ABCabc 1.25 rem
Heading 5 ABCabc 1.15 rem
Heading 6 ABCabc 1 rem

Font family

Easily change the font family using .font-serif.

Font Serif

<p class="font-serif">Font Serif</p>

Lead

Make a paragraph stand out by adding .lead.

The quick brown fox jumps over the lazy dog contains all of the letters of the alphabet.

<p class="lead">The quick brown fox...</p>

Links

Links are underlined by default, except when they’re part of specific components.

Link example
<a href="#">Link example</a>

To remove the underline from a link, use .text-decoration-none.

Featured link

Highlight a link adding .link-cta.

Featured link example
<a class="link-cta" href="#">Featured link example</a>

Blockquotes

Add .blockquote for quoting blocks of content from another source.

Lots of designers will use fake copy or lorem ipsum in their wireframes or prototypes.

Someone famous
<blockquote class="blockquote">
  <p>Lots of designers will use fake copy or lorem ipsum in their wireframes or prototypes.</p>
  <footer class="blockquote-footer">Someone famous</footer>
</blockquote>

Lots of designers will use fake copy or lorem ipsum in their wireframes or prototypes.

Someone famous
<blockquote class="blockquote text-center">
  <p>Lots of designers will use fake copy or lorem ipsum in their wireframes or prototypes.</p>
  <footer class="blockquote-footer">Someone famous</footer>
</blockquote>

Divider

Add a separator with the .divider class. Customize its color and alignment with utility classes.

Example

<div class="divider mx-auto"></div>

Colors

A custom color palette available in utility classes for easy styling.

Primary
Secondary
Success
Info
Warning
Danger
Light
Dark