Text and Headings

Bootstrap provides utility classes to style text and headings consistently across your project.

Headings

<h1>.h1 Heading</h1>
<p class="h2">Heading styled paragraph</p>

Text Utilities

  • .text-center – Center-align text
  • .text-muted – Muted text
  • .text-uppercase – Uppercase text
← PrevNext →