Paragraph styles

Utilise different styles for your text in order to create feature sections.

content

Available styles

Description Class Code Example
Aligned centre, large, bold intro
<p class="intro">Content</p>

Intro text

Aligned left, large, light lead
<p class="lead">Content</p>

Lead text

Aligned center text-center
<p class="text-center">Content</p>

Centre aligned text

Aligned left text-left
<p class="text-left">Content</p>

Left aligned text