Skip to main content

Buttons

Buttons make your links stand out. Use them in combination with different arrows to make your call to action prominent.

content

What do they look like?

The default button element is blue, but you can combine your buttons with background classes if you're adding a button to an element with a different background colour. Check out the backgrounds page for more uses.

A button

<a class="btn" href="/">Button text</a>

A blue button

<a class="btn bg-blue" href="/">Button text</a>

A dark blue button

<a class="btn bg-dark-blue" href="/">Button text</a>

A pink button

<a class="btn bg-pink" href="/">Button text</a>

A black button

<a class="btn bg-black" href="/">Button text</a>

A grey button

<a class="btn bg-grey" href="/">Button text</a>

A white button

<a class="btn bg-white" href="/">Button text</a>

Add some icons

You can combine your button element with icons. A couple of examples are below, but check out the icons page for more.

Arrow right

<a class="btn arrow-right" href="/">Button text</a>

<a class="btn facebook" href="/">Button text</a>