Buttons: Make your links more clickable

Buttons make your links more clickable. They help guide visitors through your site and encourage them to take action, such as signing up for newsletters or making purchases.

To create buttons, add the .button class to any link and include the .action, .delete, .save, or .update class to add variety to the style.

<a class="button" href="#">Default Button</a>
<a class="button action" href="#">Action Button</a>
<a class="button delete" href="#">Delete Button</a>
<a class="button save" href="#">Save Button</a>
<a class="button update" href="#">Update Button</a>