Typography
Default Heading Text
Examples using standard h1
to h6
html tags
h1. Heading
h2. Heading
h3. Heading
h4. Heading
h5. Heading
h6. Heading
Heading with color Text
Examples using standard h1
to h6
html tags
h1. Heading
h2. Heading
h3. Heading
h4. Heading
h5. Heading
h6. Heading
Display headings
you need a heading to stand out,consider using a display heading—a larger,slightly more opinionated heading style.
Display 1
Display 2
Display 3
Display 4
Display 5
Display 6
Inline text elements
Styling for common inline HTML5 elements.
You can use the mark tag to highlighttext.
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.
Font Size
It is Very Easy to Customize and it uses in website apllication.
Classes | .text-[value] |
Values | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 18 | 20 | 22 | 24 | ... | 140 |
Classes | .text-[viewport]-[value] |
Viewports | xs | sm | md | lg | xl |
Sizes | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 18 | 20 | 22 | 24 | ... | 140(step of 2) |
Font Weight
It is Very Easy to Customize and it uses in website apllication.
Classes | .text-[weight] |
Weight | bold | semibold | medium | normal | light | thin | xthin |
Font Color
It is Very Easy to Customize and it uses in website apllication.
Classes | .text-[color] |
Color | primary | secondary | success | warning | danger | info | indigo | purple | orange | teal | pink | black | white |
Classes | .text-[color]-[mode] |
Mode | light | lighter | lightest | dark | darker | darkest |
Font Spacing
It is Very Easy to Customize and it uses in website apllication.
Classes | .text-spacing-[value] |
Values | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
Classes | .text-spacing--[value] |
Values | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8(negative spacing result) |
Line Height
It is Very Easy to Customize and it uses in website apllication.
Classes | .line-height-[value] |
Values | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
Classes | .line-height-[viewport]-[value] |
View Port | xs | sm | md | lg | xl |
Values | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
Text Alignment
It is Very Easy to Customize and it uses in website apllication.
Classes | .text-[position] |
Position | start | center | end |