Skip to main content

Quotes

For chunky testimonials that make an impact.

content

What do they look like?

Wow. Simply gorgeous. Impactful beyond belief.

How do I use them?

Easy peasy - just copy and paste the code below and edit the 'lorem ipsum' placeholder text.

<blockquote>
  Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</blockquote>

Spice it up

Wrap your quote in a section with a background colour.

Get the code

<section class="full-width bg-blue">
  <blockquote>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  </blockquote>
</section>
It comes in black, too.

Get the code

<section class="full-width bg-black">
  <blockquote>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  </blockquote>
</section>
And this colour too. Who knew.

Get the code

<section class="full-width bg-pink">
  <blockquote>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  </blockquote>
</section>