Skip to Main Content

Links & Buttons

Web Team

Links inside body text should always use the standard link format of:

<a href="#">link text</a>

This is what a standard link looks like.

For a link that needs to draw more attention, we can use the "main_action" class as follows:

<a class="button" href="#">Button Text</a>

which will produce:

Button Text

Back to top