Typography

Use typography to present your design and content as clearly and efficiently as possible.

Headings

You can use h1 to h6 tags for headings as shown below.

h1. Headline 1

h2. Headline 2

h3. Headline 3

h4. Headline 4

h5. Headline 5
h6. Headline 6

Ordered list

You can use ol tag for ordered list as shown below.

  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4
  5. Item 5

Unordered list

You can use ul tag for unordered list as shown below.

Text Utilities

You can use text-small class for small text, text-grey for grey text, colored-text for colored text and text-centered for centered text as shown below.

This is small text

This is grey text

This is colored text

This is centered text