Loading...

Settings

Typography
Headings
Copy
<h1>h1. Bootstrap heading</h1><h2>h2. Bootstrap heading</h2><h3>h3. Bootstrap heading</h3><h4>h4. Bootstrap heading</h4><h5>h5. Bootstrap heading</h5><h6>h6. Bootstrap heading</h6>

h1. Bootstrap heading

h2. Bootstrap heading

h3. Bootstrap heading

h4. Bootstrap heading

h5. Bootstrap heading
h6. Bootstrap heading
Customizing headings
Copy
<h3>Fancy display heading <span class="text-primary"> with faded primary text</span></h3>

Fancy display heading with faded primary text

Display headings
Copy
<h1 class="display-1">Display One</h1><h1 class="display-2">Display Two</h1><h1 class="display-3">Display Three</h1><h1 class="display-4">Display Four</h1><h1 class="display-5">Display Five</h1><h1 class="display-6">Display Six</h1>

Display One

Display Two

Display Three

Display Four

Display Five

Display Six

Leading text
Copy
<p class="lead">It is very nicely designed with modern features &amp; coded with the latest technology.</p>

It is very nicely designed with modern features & coded with the latest technology.

Inline text elements
Copy
<p>You can use the mark tag to <mark>highlight</mark>text.</p><p><del>This line of text is meant to be treated as deleted text.</del></p><p><s>This line of text is meant to be treated as no longer accurate.</s></p><p><ins>This line of text is meant to be treated as an addition to the document.</ins></p><p><u>This line of text will render as underlined</u></p><p><small>This line of text is meant to be treated as fine print.</small></p><p><strong>This line rendered as bold text.</strong></p><p><em>This line rendered as italicized text.</em></p>

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.

Unstyled list
Copy
<ul class="list-unstyled"><li>Unstyled list 1</li><li>Unstyled list 2</li><li>Unstyled list 3</li><li>Unstyled list 4</li><li>Unstyled list 5</li><li>Unstyled list 6<ul><li>Unstyled list 6.1</li><li>Unstyled list 6.2</li><li>Unstyled list 6.3</li></ul></li><li>Unstyled list 7</li><li>Unstyled list 8</li><li>Unstyled list 9</li></ul>
  • Unstyled list 1
  • Unstyled list 2
  • Unstyled list 3
  • Unstyled list 4
  • Unstyled list 5
  • Unstyled list 6
    • Unstyled list 6.1
    • Unstyled list 6.2
    • Unstyled list 6.3
  • Unstyled list 7
  • Unstyled list 8
  • Unstyled list 9