Skip to content

Adding buttons

Creating buttons help guide your users to specific pages.

classes

What do they look like?

Buttons are simple to add and have a big impact on how easy it is for your users to find key links and actions.

They look like this

Get the code

To add a button to your page, copy and paste the following code at the point where you want the button to appear. Don't forget to replace 'URL' with your URL!


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